upgrade actions package

This commit is contained in:
Katy Sadowski 2025-04-15 19:58:06 -04:00
parent 75dc8fc5ea
commit d5f2668a9f
1 changed files with 2 additions and 2 deletions

View File

@ -116,14 +116,14 @@ jobs:
- name: Upload check results
if: failure()
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: ${{ runner.os }}-r${{ matrix.config.r }}-results
path: check
- name: Upload source package
if: success() && runner.os == 'macOS' && github.event_name != 'pull_request' && github.ref == 'refs/heads/master'
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: package_tarball
path: check/*.tar.gz