Skip to content

Commit

Permalink
chore(deps): update actions/upload-artifact action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and adrianriobo committed Dec 19, 2023
1 parent dbdd1a8 commit b1e2f29
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
run: ARCH=${{ matrix.arch }} make build-darwin

- name: upload artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: darwin-${{ matrix.arch }}
path: "./out/darwin-${{ matrix.arch }}/pd-e2e"
Expand All @@ -62,7 +62,7 @@ jobs:
run: $env:ARCH='${{ matrix.arch }}'; make build-windows

- name: upload artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: windows-${{ matrix.arch }}
path: "./out/windows-${{ matrix.arch }}/pd-e2e.exe"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/podman-desktop-e2e-nightly-windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ jobs:
report_paths: '**/*results.xml'

- name: Upload test artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: always()
with:
name: results-e2e-${{ matrix.windows-version }}${{ matrix.windows-featurepack }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/podman-desktop-e2e-windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ jobs:
report_paths: '**/*results.xml'

- name: Upload test artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: always()
with:
name: results-e2e-${{ matrix.windows-version }}${{ matrix.windows-featurepack }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/podman-e2e-windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ jobs:
report_paths: '**/*results*.xml'

- name: Upload e2e test artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: always()
with:
name: E2E-results-windows-${{ matrix.windows-version }}${{ matrix.windows-featurepack }}
Expand Down

0 comments on commit b1e2f29

Please sign in to comment.