Skip to content

Commit

Permalink
Merge pull request #104 from remarkablemark/dependabot/github_actions…
Browse files Browse the repository at this point in the history
…/actions/upload-artifact-4
  • Loading branch information
github-actions[bot] authored Dec 15, 2023
2 parents 872a31e + bbc37b4 commit c549ec1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/upload-artifact.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:

- run: echo hello > path/to/artifact/world.txt

- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: my-artifact
path: path/to/artifact/world.txt

0 comments on commit c549ec1

Please sign in to comment.