Skip to content

Commit

Permalink
update GH actions extensions
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 553076969
  • Loading branch information
eustas authored and copybara-github committed Aug 2, 2023
1 parent 257884a commit 7169103
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/fuzz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7169103

Please sign in to comment.