Skip to content

Commit

Permalink
chore(deps): bump actions/download-artifact from 3 to 4.1.7, actions/…
Browse files Browse the repository at this point in the history
…upload-artifact from 3 to 4.4.0 in /.github/workflows (#838)

* chore(deps): bump actions/download-artifact in /.github/workflows

Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4.1.7.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](actions/download-artifact@v3...v4.1.7)

---
updated-dependencies:
- dependency-name: actions/download-artifact
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>

* chore(deps): bump actions/upload-artifact from 3 to 4.4.0 in /.github/workflows

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: actionless <[email protected]>
  • Loading branch information
dependabot[bot] and actionless authored Sep 4, 2024
1 parent 63ac8e7 commit 35ed7ac
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@ jobs:
${{ matrix.worker_number }},${NUM_WORKERS}
- name: Upload coverage
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4.4.0
with:
name: coverage_${{ matrix.worker_number }}
path: coverage_${{ matrix.worker_number }}

- name: Upload test times
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4.4.0
with:
name: pikaur_test_times_${{ matrix.worker_number }}
path: pikaur_test_times_${{ matrix.worker_number }}
Expand All @@ -56,7 +56,7 @@ jobs:
- uses: actions/checkout@v2

- name: Download all results
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
with:
path: .

Expand Down

0 comments on commit 35ed7ac

Please sign in to comment.