Skip to content

Commit f5c52be

Browse files
chore(deps): update github artifact actions
1 parent b935b19 commit f5c52be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
echo "path=$(readlink -f result)" >> "$GITHUB_OUTPUT"
3838
3939
- name: Upload image
40-
uses: actions/upload-artifact@v5
40+
uses: actions/upload-artifact@v6
4141
with:
4242
name: container-${{ matrix.arch }}
4343
path: ${{ steps.build.outputs.path }}
@@ -84,7 +84,7 @@ jobs:
8484
REPOSITORY: ${{ github.repository }}
8585

8686
- name: Download images
87-
uses: actions/download-artifact@v6
87+
uses: actions/download-artifact@v7
8888
with:
8989
path: images
9090

0 commit comments

Comments
 (0)