Skip to content

Commit

Permalink
Merge pull request #56 from Kovah/dependabot/github_actions/actions/u…
Browse files Browse the repository at this point in the history
…pload-artifact-4

Bump actions/upload-artifact from 2 to 4
  • Loading branch information
Kovah committed Jan 14, 2024
2 parents c4c33fc + 55786a8 commit 3e4ded7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
path: 'dist'
filename: 'taboo-build.zip'

- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
name: build
path: taboo-build.zip
Expand Down Expand Up @@ -79,7 +79,7 @@ jobs:
path: 'dist'
filename: 'taboo-build-relative.zip'

- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
name: build-relative
path: taboo-build-relative.zip

0 comments on commit 3e4ded7

Please sign in to comment.