Skip to content

Commit 23580fe

Browse files
chore(deps): bump actions/upload-artifact from 4 to 5 (#3407)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v5) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8479f5a commit 23580fe

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/pack-upload.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
run: yarn --immutable --network-timeout 1000000
2121
- name: Building deb
2222
run: yarn oclif pack:deb --root="./packages/cli"
23-
- uses: actions/upload-artifact@v4
23+
- uses: actions/upload-artifact@v5
2424
with:
2525
name: packed-deb
2626
path: /home/runner/work/cli/cli/packages/cli/dist
@@ -38,7 +38,7 @@ jobs:
3838
run: yarn --immutable --network-timeout 1000000
3939
- name: Building tarballs
4040
run: yarn oclif pack tarballs --root="./packages/cli"
41-
- uses: actions/upload-artifact@v4
41+
- uses: actions/upload-artifact@v5
4242
with:
4343
name: packed-tarballs
4444
path: /home/runner/work/cli/cli/packages/cli/dist
@@ -62,7 +62,7 @@ jobs:
6262
- run: |
6363
cd /home/runner/work/cli/cli/packages/cli/dist/deb
6464
/home/runner/work/cli/cli/packages/cli/scripts/sign/deb
65-
- uses: actions/upload-artifact@v4
65+
- uses: actions/upload-artifact@v5
6666
with:
6767
name: signed-deb
6868
path: /home/runner/work/cli/cli/packages/cli/dist

0 commit comments

Comments
 (0)