Skip to content

Commit

Permalink
Updates Upload Artifact Action
Browse files Browse the repository at this point in the history
Updates the upload-artifact action to v4. Specifies some additional options.
  • Loading branch information
refringe committed Dec 30, 2024
1 parent 353c0d2 commit 6bd4ed6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/code-checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,13 @@ jobs:
run: npm install
working-directory: ./project
- name: Upload Artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: project-files
path: ./project
retention-days: 1
compression-level: 4
overwrite: true

lint:
name: Linter
Expand Down

0 comments on commit 6bd4ed6

Please sign in to comment.