Skip to content

Commit

Permalink
Fix warnings about obsolete action versions
Browse files Browse the repository at this point in the history
  • Loading branch information
atomb committed Apr 9, 2024
1 parent 8477491 commit 62b50d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
solver: z3-4.12.6
steps:
- name: Check out
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: true
fetch-depth: 0
Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:
if: runner.os == 'Windows'

- name: Upload artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
path: bin
name: ${{ matrix.solver }}-${{ matrix.arch }}-${{ matrix.os }}-bin

0 comments on commit 62b50d7

Please sign in to comment.