Skip to content

Commit

Permalink
CI: Update to latest github action version
Browse files Browse the repository at this point in the history
  • Loading branch information
larskanis committed Nov 9, 2024
1 parent b0ae50d commit 16cce3e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
git config --system core.autocrlf false
git config --system core.eol lf
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: '0'

Expand Down Expand Up @@ -76,7 +76,7 @@ jobs:
ridk exec bash -c "source 'ci-library.sh'; deploy_enabled && cd artifacts && create_pacman_repository 'ci.ri2'"
- name: Backup pacman database as artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: pacman-database
path: |
Expand Down

0 comments on commit 16cce3e

Please sign in to comment.