Skip to content

Commit 0b5b96a

Browse files
authored
Merge pull request #14 from chkpwd/renovate/major-github-artifact-actions
2 parents 6d882f5 + 0a1db5c commit 0b5b96a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474

7575
- name: Upload image archive artifact (tag builds only)
7676
if: startsWith(github.ref, 'refs/tags/')
77-
uses: actions/upload-artifact@v4
77+
uses: actions/upload-artifact@v6
7878
with:
7979
name: image-archive
8080
path: /tmp/diff2rss-${{ github.ref_name }}.oci.tar
@@ -89,7 +89,7 @@ jobs:
8989

9090
- name: Download build artifact
9191
if: startsWith(github.ref, 'refs/tags/')
92-
uses: actions/download-artifact@v4
92+
uses: actions/download-artifact@v7
9393
with:
9494
name: ${{ needs.build.outputs.OUTPUT_ARTIFACT_NAME }}
9595
path: .

0 commit comments

Comments
 (0)