Skip to content

Commit

Permalink
Updates Download Artifact Action
Browse files Browse the repository at this point in the history
Updates the download-artifact action to v4.
  • Loading branch information
refringe committed Dec 30, 2024
1 parent 6bd4ed6 commit 2e5da96
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/code-checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
runs-on: ubuntu-latest
if: needs.setup.outputs.cache-hit == 'true' || always()
steps:
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: project-files
path: ./project
Expand All @@ -64,7 +64,7 @@ jobs:
runs-on: ubuntu-latest
if: needs.setup.outputs.cache-hit == 'true' || always()
steps:
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: project-files
path: ./project
Expand All @@ -78,7 +78,7 @@ jobs:
runs-on: ubuntu-latest
if: needs.setup.outputs.cache-hit == 'true' || always()
steps:
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: project-files
path: ./project
Expand Down

0 comments on commit 2e5da96

Please sign in to comment.