diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index eee7144..9dc076d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -90,7 +90,7 @@ jobs: id: save_image run: | echo image_name="$(echo "${{matrix.base.snap}}-${{matrix.platform}}.tar" | sed 's|/|_|g')" >> $GITHUB_OUTPUT - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v6 with: name: ${{ steps.save_image.outputs.image_name }} path: ./test-image.tar