Skip to content

Commit d96793a

Browse files
Bump actions/upload-artifact from 6 to 7
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 6 to 7. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v6...v7) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f53604d commit d96793a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/testsite.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ jobs:
1919
- name: Save PR number
2020
run: echo ${{ github.event.number }} > pr-number.txt
2121
- name: Upload PR number
22-
uses: actions/upload-artifact@v6
22+
uses: actions/upload-artifact@v7
2323
with:
2424
name: pr-number
2525
path: pr-number.txt
2626
- name: Archive generated site
27-
uses: actions/upload-artifact@v6
27+
uses: actions/upload-artifact@v7
2828
with:
2929
name: generated-site
3030
path: ./target/roq/

0 commit comments

Comments
 (0)