mirror of
https://github.com/google/brotli.git
synced 2024-11-21 19:20:09 +00:00
update GH actions extensions
PiperOrigin-RevId: 553083944
This commit is contained in:
parent
257884a3c5
commit
4125f2587c
2
.github/workflows/build_test.yml
vendored
2
.github/workflows/build_test.yml
vendored
@ -338,7 +338,7 @@ jobs:
|
||||
cd integration
|
||||
mvn -B verify
|
||||
|
||||
- uses: actions/setup-python@v2
|
||||
- uses: actions/setup-python@v4
|
||||
if: ${{ matrix.build_system == 'python' }}
|
||||
with:
|
||||
python-version: ${{ matrix.python_version }}
|
||||
|
2
.github/workflows/fuzz.yml
vendored
2
.github/workflows/fuzz.yml
vendored
@ -28,7 +28,7 @@ jobs:
|
||||
fuzz-seconds: 600
|
||||
dry-run: false
|
||||
- name: Upload Crash
|
||||
uses: actions/upload-artifact@v1
|
||||
uses: actions/upload-artifact@v3
|
||||
if: failure()
|
||||
with:
|
||||
name: artifacts
|
||||
|
Loading…
Reference in New Issue
Block a user