Skip to content

Commit

Permalink
build(deps): bump actions/download-artifact from 3 to 4.1.7 in /.gith…
Browse files Browse the repository at this point in the history
…ub/workflows (#273)

* build(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]>

* ci: update upload-artifact action

* ci: overwrite existing

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jost Schulte <[email protected]>
  • Loading branch information
dependabot[bot] and jost-s authored Sep 9, 2024
1 parent 16aa191 commit 7d9fae2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/bundling-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,11 @@ jobs:
run: npm pack

- name: Upload package tarball
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4.4.0
with:
name: client-${{ matrix.node }}.tgz
path: holochain-client-*.tgz
overwrite: true

- name: Setup tmate session if a previous step failed
if: ${{ failure() }}
Expand All @@ -62,7 +63,7 @@ jobs:

steps:
- name: Download package tarball
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.8
with:
name: client-${{ matrix.node }}.tgz

Expand Down

0 comments on commit 7d9fae2

Please sign in to comment.