Skip to content

Commit c1a8df0

Browse files
chore(deps): update github artifact actions (major) (#82)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 7d29ed9 commit c1a8df0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
digest="${{ steps.build.outputs.digest }}"
6161
touch "${{ runner.temp }}/digests/${digest#sha256:}"
6262
- name: Upload digest
63-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
63+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
6464
with:
6565
name: digests-${{ env.PLATFORM_PAIR }}
6666
path: ${{ runner.temp }}/digests/*
@@ -80,7 +80,7 @@ jobs:
8080
REGISTRY_IMAGE: ghcr.io/hyprmcp/mcp-gateway
8181
steps:
8282
- name: Download digests
83-
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
83+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
8484
with:
8585
path: ${{ runner.temp }}/digests
8686
pattern: digests-*

0 commit comments

Comments
 (0)