Skip to content

Commit

Permalink
Merge pull request #371 from juju/dependabot/github_actions/actions/u…
Browse files Browse the repository at this point in the history
…pload-artifact-4

chore(deps): bump actions/upload-artifact from 3 to 4
  • Loading branch information
hmlanigan authored Jan 8, 2024
2 parents 753601e + 144aed1 commit 3fe2910
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_new_candidates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ jobs:
TEST_CLOUD: ${{ matrix.cloud }}
run: go test -timeout 40m -v -cover ./internal/provider/
timeout-minutes: 40
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
if: ${{ success() }}
with:
name: ${{ env.id }}
Expand Down

0 comments on commit 3fe2910

Please sign in to comment.