2 parents 6d882f5 + 0a1db5c commit 0b5b96aCopy full SHA for 0b5b96a
1 file changed
.github/workflows/build.yml
@@ -74,7 +74,7 @@ jobs:
74
75
- name: Upload image archive artifact (tag builds only)
76
if: startsWith(github.ref, 'refs/tags/')
77
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v6
78
with:
79
name: image-archive
80
path: /tmp/diff2rss-${{ github.ref_name }}.oci.tar
@@ -89,7 +89,7 @@ jobs:
89
90
- name: Download build artifact
91
92
- uses: actions/download-artifact@v4
+ uses: actions/download-artifact@v7
93
94
name: ${{ needs.build.outputs.OUTPUT_ARTIFACT_NAME }}
95
path: .
0 commit comments