Skip to content

Commit

Permalink
ci: update job step versions
Browse files Browse the repository at this point in the history
  • Loading branch information
siemdejong committed Oct 1, 2024
1 parent f44c8a4 commit 636850b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,17 +109,17 @@ jobs:
python-version: 3.11

- name: Check-out repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0
submodules: true

- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: shithappens-windows
path: dist

- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: shithappens-linux
path: dist
Expand Down

0 comments on commit 636850b

Please sign in to comment.