diff --git a/.github/workflows/build-aff-lib.yml b/.github/workflows/build-aff-lib.yml index 6b72164..08d3d70 100644 --- a/.github/workflows/build-aff-lib.yml +++ b/.github/workflows/build-aff-lib.yml @@ -21,7 +21,7 @@ jobs: ./configure --prefix=${{ github.workspace }}/build --disable-static make make install - - uses: actions/upload-artifact@v6 + - uses: actions/upload-artifact@v7 with: name: ${{ inputs.artifact-name }} path: ${{ github.workspace }}/build diff --git a/.github/workflows/build-libyal-dependency.yml b/.github/workflows/build-libyal-dependency.yml index f387c76..0d38380 100644 --- a/.github/workflows/build-libyal-dependency.yml +++ b/.github/workflows/build-libyal-dependency.yml @@ -31,7 +31,7 @@ jobs: ./configure --prefix=${{ github.workspace }}/build --disable-static make make install - - uses: actions/upload-artifact@v6 + - uses: actions/upload-artifact@v7 with: name: ${{ inputs.artifact-name }} path: ${{ github.workspace }}/build diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8a83dd6..4530157 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -74,7 +74,7 @@ jobs: file "$1" | grep -q ELF && patchelf --set-rpath "$2" "$1" ' sh {} '$ORIGIN' \; - name: Upload nupkg - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: libtsk path: ${{ github.workspace }}/artifacts @@ -103,7 +103,7 @@ jobs: - name: Publish run: dotnet pack -c ${{ matrix.configuration }} --no-build TskNet.Native - name: Upload nupkg - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: TskNet.Native path: TskNet.Native/bin/Release/TskNet.Native.*.nupkg