Skip to content

Commit

Permalink
Merge pull request #328 from rancher-sandbox/dependabot/github_action…
Browse files Browse the repository at this point in the history
…s/actions/upload-artifact-4

chore(deps): Bump actions/upload-artifact from 3 to 4
  • Loading branch information
salasberryfin committed Feb 2, 2024
2 parents d436cde + 9682377 commit 7e0c829
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/e2e-long-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
GINKGO_LABEL_FILTER: ${{ inputs.labels }}
- name: Collect run artifacts
if: always()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: artifacts
path: _artifacts
Expand Down Expand Up @@ -81,7 +81,7 @@ jobs:
GINKGO_LABEL_FILTER: ${{ inputs.labels }}
- name: Collect run artifacts
if: always()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: artifacts
path: _artifacts
Expand Down Expand Up @@ -114,7 +114,7 @@ jobs:
GINKGO_LABEL_FILTER: ${{ inputs.labels }}
- name: Collect run artifacts
if: always()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: artifacts
path: _artifacts
Expand Down Expand Up @@ -147,7 +147,7 @@ jobs:
GINKGO_LABEL_FILTER: ${{ inputs.labels }}
- name: Collect run artifacts
if: always()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: artifacts
path: _artifacts
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e-short-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
run: ISOLATED_MODE=true GINKGO_LABEL_FILTER=short make test-e2e
- name: Collect run artifacts
if: always()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: artifacts
path: _artifacts
2 changes: 1 addition & 1 deletion .github/workflows/e2e-short.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
run: ISOLATED_MODE=true GINKGO_LABEL_FILTER=short make test-e2e
- name: Collect run artifacts
if: always()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: artifacts
path: _artifacts
2 changes: 1 addition & 1 deletion .github/workflows/run-e2e-suite.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
run: GINKGO_TESTS=${{ inputs.test_suite }} make test-e2e
- name: Collect run artifacts
if: always()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: artifacts_${{ inputs.artifact_name }}
path: _artifacts
Expand Down

0 comments on commit 7e0c829

Please sign in to comment.