Skip to content

Commit

Permalink
Merge pull request #290 from wtsi-npg/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/upload-artifact-4

Bump actions/upload-artifact from 3 to 4
  • Loading branch information
kjsanger authored Mar 1, 2024
2 parents d2d0765 + 28c9e5d commit abedcae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
sha256sum "$dist_file" > "$dist_file".sha256
- name: "Upload artifacts"
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: baton-release-tarball
path: "baton-*.tar.gz*"
Expand Down

0 comments on commit abedcae

Please sign in to comment.