diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5ff14ab..9d6243a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -81,7 +81,7 @@ jobs: echo "filename=libloot-python-${VERSION}-${PLATFORM}.zip" >> $GITHUB_OUTPUT - name: Upload archive - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: ${{ steps.build-archive.outputs.filename }} path: build/package/${{ steps.build-archive.outputs.filename }}