Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:

- name: Upload smoke artifact
if: always()
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v7
with:
name: e2e-smoke-local
path: /tmp/e2e-smoke-local.json
Expand Down Expand Up @@ -172,7 +172,7 @@ jobs:

- name: Upload docker smoke artifact
if: always()
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v7
with:
name: docker-smoke
path: |
Expand Down Expand Up @@ -206,7 +206,7 @@ jobs:

- name: Upload helm render artifact
if: always()
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v7
with:
name: helm-template
path: /tmp/amc-helm-rendered.yaml
Expand Down Expand Up @@ -243,7 +243,7 @@ jobs:

- name: Upload security artifacts
if: always()
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v7
with:
name: security-scan-lite
path: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
fi

- name: Upload smoke artifacts
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v7
with:
name: amc-docker-smoke
path: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nightly-compatibility-matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:

- name: Upload compatibility artifacts
if: always()
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v7
with:
name: compatibility-${{ matrix.os }}-node${{ matrix.node-version }}
path: |
Expand Down
Loading