Skip to content

Commit

Permalink
Bump actions/upload-artifact from 4.3.5 to 4.3.6
Browse files Browse the repository at this point in the history
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.3.5 to 4.3.6.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@v4.3.5...v4.3.6)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Aug 7, 2024
1 parent 366ac2b commit b49c123
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/acceptance-testing-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,28 +23,28 @@ jobs:
run: make build

- name: Upload Slim app binaries (Linux, amd64)
uses: actions/upload-artifact@v4.3.5
uses: actions/upload-artifact@v4.3.6
with:
name: dist_linux
path: dist_linux
retention-days: 1

- name: Upload Slim app binaries (Linux, arm64)
uses: actions/upload-artifact@v4.3.5
uses: actions/upload-artifact@v4.3.6
with:
name: dist_linux_arm64
path: dist_linux_arm64
retention-days: 1

- name: Upload Slim app binaries (Linux, arm)
uses: actions/upload-artifact@v4.3.5
uses: actions/upload-artifact@v4.3.6
with:
name: dist_linux_arm
path: dist_linux_arm
retention-days: 1

- name: Upload Slim app binaries (macOS, amd64)
uses: actions/upload-artifact@v4.3.5
uses: actions/upload-artifact@v4.3.6
with:
name: dist_mac
path: dist_mac
Expand Down

0 comments on commit b49c123

Please sign in to comment.