Skip to content

Commit ad1ca46

Browse files
authored
Merge pull request #43 from resteasy/dependabot/github_actions/actions/upload-artifact-7
Bump actions/upload-artifact from 6 to 7
2 parents 6bb9022 + d96793a commit ad1ca46

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)