upgrade actions package
This commit is contained in:
parent
75dc8fc5ea
commit
d5f2668a9f
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue