Skip to content

Commit fa38ab0

Browse files
committed
Upgrade upload-artifact & download-artifact actions
1 parent 1196500 commit fa38ab0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/actions/test-go-tfe/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ runs:
103103
gotestsum --junitfile summary.xml --format short-verbose -- -parallel=1 -timeout=59m -coverprofile cover.out -run "${{ steps.test_split.outputs.run }}"
104104
105105
- name: Upload test artifacts
106-
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
106+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
107107
with:
108108
name: junit-test-summary-${{ matrix.index }}
109109
path: |

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
cache: true
7575

7676
- name: Download artifacts
77-
uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3.0.2
77+
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.18.0
7878

7979
- name: Install junit-report-merger
8080
run: npm install -g junit-report-merger
@@ -98,7 +98,7 @@ jobs:
9898
run: jrm ./ci-summary.xml "junit-test-summary-0/*.xml"
9999

100100
- name: Upload test artifacts
101-
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
101+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
102102
with:
103103
name: junit-test-summary
104104
path: ./ci-summary.xml

0 commit comments

Comments
 (0)