Skip to content

Commit

Permalink
Use upload artifact v4 (#1141)
Browse files Browse the repository at this point in the history
Signed-off-by: Cody Littley <cody@eigenlabs.org>

There are currently 2 well understood breakages in our CI pipeline, both due to upstream issues. This PR fixes one of those two.
  • Loading branch information
cody-littley authored Jan 23, 2025
1 parent c3d1ff2 commit 4cbaee7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/actions/test-coverage/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ runs:
go-version: ${{inputs.go-version}}

- name: Download coverage artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6
with:
name: coverage
path: .
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:

- name: Save logs
if: always()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6
with:
name: inabox-logs
path: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
run: ./test.sh -coverprofile=coverage.out

- name: Upload coverage artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6
with:
name: coverage
path: coverage.out
Expand Down

0 comments on commit 4cbaee7

Please sign in to comment.