diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1516451..b5fb210 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -146,7 +146,7 @@ jobs: - name: Upload artifact (Windows/Linux) if: runner.os != 'macOS' - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: ${{ matrix.artifact_name }} path: ${{ matrix.artifact_path }} @@ -154,7 +154,7 @@ jobs: - name: Upload artifact (macOS) if: runner.os == 'macOS' - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: ${{ matrix.artifact_name }} path: dist/RSVP Reader.zip