Skip to content

Commit

Permalink
chore: Update actions/checkout@v4, actions/upload-artifact@v3
Browse files Browse the repository at this point in the history
  • Loading branch information
timniederhausen committed Sep 14, 2023
1 parent 13af808 commit 18d6755
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
if: matrix.install
run: sudo apt install ${{ matrix.install }}

- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
# we need all everything for `git describe` to work correctly
fetch-depth: 0
Expand Down Expand Up @@ -118,7 +118,7 @@ jobs:
tar -C out -czf "out/gn-${{ matrix.slug }}.tar.gz" gn
- name: Upload archives
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: binaries
path: |
Expand Down

0 comments on commit 18d6755

Please sign in to comment.