Skip to content

Commit

Permalink
Merge pull request #434 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 b3f078d + 6b36ff9 commit 79f0818
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 @@ -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 All @@ -72,7 +72,7 @@ jobs:
uses: actions/checkout@v2

- 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 79f0818

Please sign in to comment.