Skip to content

Commit a7a86d5

Browse files
authored
Merge pull request #290 from moov-io/renovate/major-github-artifact-actions
chore(deps): update github artifact actions (major)
2 parents 2f4f48b + 5d4c612 commit a7a86d5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
if: runner.os != 'Linux'
4747
run: go test ./... -count 1 -short
4848

49-
- uses: actions/upload-artifact@v6
49+
- uses: actions/upload-artifact@v7
5050
if: ${{ always() }}
5151
with:
5252
name: "go-tooling-reports.zip"

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
run: echo "${{ steps.create_release.outputs.upload_url }}" > release_url.txt
5454

5555
- name: Save Release URL File for publish
56-
uses: actions/upload-artifact@v6
56+
uses: actions/upload-artifact@v7
5757
with:
5858
name: release_url
5959
path: release_url.txt
@@ -77,7 +77,7 @@ jobs:
7777
uses: actions/checkout@v6
7878

7979
- name: Load Release URL File from release job
80-
uses: actions/download-artifact@v7
80+
uses: actions/download-artifact@v8
8181
with:
8282
name: release_url
8383
path: release_url

0 commit comments

Comments
 (0)