Skip to content

Commit

Permalink
build(deps): bump actions/upload-artifact from 3 to 4 (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jan 1, 2024
1 parent 94f305f commit 5262686
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs: # Docs: <https://git.io/JvxXE>
- {uses: gacts/github-slug@v1, id: filename, with: {to-slug: 'mustpl-${{ matrix.platform }}'}}

- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: ${{ steps.filename.outputs.slug }}
path: ./mustpl

0 comments on commit 5262686

Please sign in to comment.