Skip to content

Commit

Permalink
fix pipeline failure
Browse files Browse the repository at this point in the history
  • Loading branch information
deepakpunia-suse committed Jan 31, 2025
1 parent d8b037b commit fc6ca18
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker_run.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -110,9 +110,9 @@ jobs:
TEST_LABEL_FILTER=E2E go test -timeout 30m github.com/rancher/observability-e2e/tests/e2e -v -count=1 -ginkgo.v | tee ~/artifacts/test-output-e2e-${{ matrix.tag }}.txt
- name: Upload artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: test-artifacts
name: test-artifacts-${{ matrix.tag }}
path: ~/artifacts

- name: Cleanup all containers
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/master-e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ jobs:
rm -f $GITHUB_WORKSPACE/cattle-config.yaml
- name: Upload artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: test-artifacts
path: ~/artifacts
Expand Down

0 comments on commit fc6ca18

Please sign in to comment.