Skip to content

Commit 2c2a1f6

Browse files
dependabot[bot]Hans5958
authored andcommitted
Bump actions/upload-artifact from 5 to 6
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 5 to 6. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v5...v6) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f624135 commit 2c2a1f6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/danger-generate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
PR_NUMBER: ${{ github.event.number }}
5252

5353
- name: Upload for sending
54-
uses: actions/upload-artifact@v5
54+
uses: actions/upload-artifact@v6
5555
with:
5656
name: to-send
5757
path: |

.github/workflows/deploy-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
with:
9595
path: ./repo/public
9696
- name: Upload whole repo
97-
uses: actions/upload-artifact@v5
97+
uses: actions/upload-artifact@v6
9898
if: (github.event_name == 'workflow_dispatch') && (inputs.upload_repo)
9999
with:
100100
name: repo

0 commit comments

Comments
 (0)