upgrade actions package
This commit is contained in:
parent
75dc8fc5ea
commit
d5f2668a9f
|
@ -116,14 +116,14 @@ jobs:
|
||||||
|
|
||||||
- name: Upload check results
|
- name: Upload check results
|
||||||
if: failure()
|
if: failure()
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: ${{ runner.os }}-r${{ matrix.config.r }}-results
|
name: ${{ runner.os }}-r${{ matrix.config.r }}-results
|
||||||
path: check
|
path: check
|
||||||
|
|
||||||
- name: Upload source package
|
- name: Upload source package
|
||||||
if: success() && runner.os == 'macOS' && github.event_name != 'pull_request' && github.ref == 'refs/heads/master'
|
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:
|
with:
|
||||||
name: package_tarball
|
name: package_tarball
|
||||||
path: check/*.tar.gz
|
path: check/*.tar.gz
|
||||||
|
|
Loading…
Reference in New Issue