Skip to content

Commit

Permalink
Merge pull request #217 from moov-io/renovate/major-github-artifact-a…
Browse files Browse the repository at this point in the history
…ctions

chore(deps): update github artifact actions to v4 (major)
  • Loading branch information
adamdecaf authored Nov 6, 2024
2 parents 0a03cc3 + 2893d42 commit 9c416dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,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 All @@ -73,7 +73,7 @@ jobs:
uses: actions/checkout@v4

- name: Load Release URL File from release job
uses: actions/download-artifact@v1
uses: actions/download-artifact@v4
with:
name: release_url

Expand Down

0 comments on commit 9c416dc

Please sign in to comment.