Skip to content

Commit e8ed6d1

Browse files
Update GitHub Artifact Actions (#26)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 91da656 commit e8ed6d1

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
@@ -81,7 +81,7 @@ jobs:
8181
8282
- name: Upload digest
8383
if: github.ref_type == 'tag'
84-
uses: actions/upload-artifact@v4
84+
uses: actions/upload-artifact@v6
8585
with:
8686
name: digests-linux-${{ matrix.arch }}
8787
path: ${{ runner.temp }}/digests/*
@@ -98,7 +98,7 @@ jobs:
9898
run: echo "GHCR_IMAGE=${GHCR_IMAGE,,}" >> $GITHUB_ENV
9999

100100
- name: Download digests
101-
uses: actions/download-artifact@v4
101+
uses: actions/download-artifact@v7
102102
with:
103103
path: ${{ runner.temp }}/digests
104104
pattern: digests-*

0 commit comments

Comments
 (0)