diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a9bba33a0..305fb272d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -93,7 +93,7 @@ jobs: - name: Upload changes.md as artifact (if oversized) if: github.ref != 'refs/heads/master' && github.event_name == 'pull_request' && (hashFiles('changes.md') != '') - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: changes path: changes.md