Skip to content

Commit

Permalink
ga: update to latest versions of github actions
Browse files Browse the repository at this point in the history
inspired by deprecation warnings
  • Loading branch information
0-wiz-0 committed Mar 15, 2024
1 parent 68dcb97 commit 5d21e29
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CIFuzz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
fuzz-seconds: 600
dry-run: false
- name: Upload Crash
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4
if: failure()
with:
name: artifacts
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ jobs:
name_extra: " clang-cl"
steps:
- name: checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: install python and pip
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: '3.11'
- name: install dependencies (Linux)
Expand Down Expand Up @@ -54,7 +54,7 @@ jobs:
run: |
cmake --build . --config Release
- name: Archive production artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: regress-directory
path: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
# We must fetch at least the immediate parents so that if this is
# a pull request then we can checkout the head.
Expand Down

0 comments on commit 5d21e29

Please sign in to comment.