Skip to content

Commit 40cab76

Browse files
authored
Merge pull request #48 from WyriHaximusNet/renovate/major-github-artifact-actions
Update actions/download-artifact action to v5
2 parents f394d1e + 176378a commit 40cab76

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
platform=${{ matrix.platform }}
7676
echo "PLATFORM_PAIR=${platform//\//-}" >> $GITHUB_ENV
7777
- uses: actions/checkout@v4
78-
- uses: actions/download-artifact@v4
78+
- uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5
7979
with:
8080
name: docker-image-${{ env.PLATFORM_PAIR }}
8181
path: /tmp/docker-image
@@ -106,7 +106,7 @@ jobs:
106106
uses: docker/setup-buildx-action@v3
107107
with:
108108
driver-opts: network=host
109-
- uses: actions/download-artifact@v4
109+
- uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5
110110
with:
111111
pattern: docker-image-*
112112
path: /tmp/docker-image

0 commit comments

Comments
 (0)