diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0e8a9fe..53467e5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -90,7 +90,7 @@ jobs: zip -j "$ARCHIVE_NAME" "${FILES[@]}" - name: Upload ZIP artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: archive-${{ matrix.arch }} path: pwsp-*.zip @@ -124,7 +124,7 @@ jobs: fi - name: Upload .deb artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: deb-packages-${{ matrix.arch }} path: target/debian/*.deb diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index be15a83..3ea6d0e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -119,7 +119,7 @@ jobs: zip -j "$ARCHIVE_NAME" "${FILES[@]}" - name: Upload ZIP artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: zip-archive-${{ matrix.arch }} path: pwsp-*.zip @@ -144,7 +144,7 @@ jobs: cargo-deb -p pwsp-gui --no-build - name: Upload DEB artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: deb-package-${{ matrix.arch }} path: target/debian/*.deb