Skip to content

Commit

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

build(deps): bump actions/upload-artifact from 1 to 4
  • Loading branch information
adamdecaf authored Jan 22, 2024
2 parents 1cb6cab + b4663f7 commit 13a6d12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
run: echo "${{ steps.create_release.outputs.upload_url }}" > release_url.txt

- name: Save Release URL File for publish
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4
with:
name: release_url
path: release_url.txt
Expand Down

0 comments on commit 13a6d12

Please sign in to comment.