Skip to content

Commit

Permalink
Bump actions/download-artifact from 3 to 4 (#836)
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthijsBurgh authored Jan 6, 2024
2 parents 5e1de6f + 4f05a1e commit 2cbebc1
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 @@ -60,12 +60,12 @@ jobs:
with:
ref: gh-pages
- name: Download rulebook
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: rulebook
path: ${{ runner.temp }}/rulebook
- name: Download score sheets
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: score_sheets
path: ${{ runner.temp }}/score_sheets
Expand Down

0 comments on commit 2cbebc1

Please sign in to comment.