Skip to content

Commit

Permalink
Fixed build
Browse files Browse the repository at this point in the history
Due to deprecation of upload-artifact action and to package-lock committed.
  • Loading branch information
offtherailz authored Sep 23, 2024
1 parent 5993754 commit 2e951e8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 52,943 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
run: npm run be:build

- name: 'Upload Artifact'
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: Artifacts
path: dist/SampleExtension.zip
Expand Down
Loading

0 comments on commit 2e951e8

Please sign in to comment.