Skip to content

Commit

Permalink
Upgrade action/upload-artifact to v4.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Maed223 committed Jan 23, 2025
1 parent 1196500 commit 9f9b8c5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/actions/test-go-tfe/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,8 @@ runs:
gotestsum --junitfile summary.xml --format short-verbose -- -parallel=1 -timeout=59m -coverprofile cover.out -run "${{ steps.test_split.outputs.run }}"
- name: Upload test artifacts
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
include-hidden-files: true
with:
name: junit-test-summary-${{ matrix.index }}
path: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
run: jrm ./ci-summary.xml "junit-test-summary-0/*.xml"

- name: Upload test artifacts
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
with:
name: junit-test-summary
path: ./ci-summary.xml
Expand Down

0 comments on commit 9f9b8c5

Please sign in to comment.