Skip to content

Commit

Permalink
Merge pull request #106 from aidan-mundy/dependabot/github_actions/ac…
Browse files Browse the repository at this point in the history
…tions/upload-artifact-4

Bump actions/upload-artifact from 3 to 4
  • Loading branch information
aidan-mundy authored Dec 19, 2023
2 parents 4144559 + bdb1e2c commit 66a1e2f
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 @@ -39,11 +39,11 @@ jobs:
- run: npm ci
- run: npm run test
- run: npm run package
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: dist
path: dist
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: action.yml
path: action.yml
Expand Down

0 comments on commit 66a1e2f

Please sign in to comment.