Skip to content

Commit

Permalink
Merge pull request #49 from sebastienrousseau/dependabot/github_actio…
Browse files Browse the repository at this point in the history
…ns/actions/upload-artifact-4

build(deps): bump actions/upload-artifact from 3 to 4
  • Loading branch information
sebastienrousseau authored Dec 15, 2023
2 parents 37e087d + 6c510cf commit 0a4902a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/document.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
echo '<html><head><meta http-equiv="refresh" content="0; url=/hsh/"></head><body></body></html>' > ./target/doc/index.html
- name: Deploy
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: documentation
path: target/doc
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ jobs:
# Upload the binary for each target
- name: Upload the binary
id: upload-binary
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ${{ env.TARGET }}.tar.gz
path: target/package/${{ env.TARGET }}.tar.gz
Expand Down

0 comments on commit 0a4902a

Please sign in to comment.