Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 14, 2023
1 parent fd31018 commit 9aba9ed
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/yamcs-quickstart-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,22 +83,22 @@ jobs:
run: docker logs yamcs > yamcs-docker-log.txt 2>&1
- name: archive docker logs
if: always()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
path: yamcs-docker-log.txt
- name: Archive makeout.txt
if: always()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
path: /quickstart/docker/makeout.txt
- name: Archive test results
if: always()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
path: test-results
- name: Archive html test results
if: always()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
path: tests/html-test-results
- name: Remove pr:e2e:quickstart label (if present)
Expand Down

0 comments on commit 9aba9ed

Please sign in to comment.