We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b935b19 commit f5c52beCopy full SHA for f5c52be
.github/workflows/docker.yml
@@ -37,7 +37,7 @@ jobs:
37
echo "path=$(readlink -f result)" >> "$GITHUB_OUTPUT"
38
39
- name: Upload image
40
- uses: actions/upload-artifact@v5
+ uses: actions/upload-artifact@v6
41
with:
42
name: container-${{ matrix.arch }}
43
path: ${{ steps.build.outputs.path }}
@@ -84,7 +84,7 @@ jobs:
84
REPOSITORY: ${{ github.repository }}
85
86
- name: Download images
87
- uses: actions/download-artifact@v6
+ uses: actions/download-artifact@v7
88
89
path: images
90
0 commit comments