Skip to content

Commit 88315c2

Browse files
authored
Merge pull request #33 from resteasy/dependabot/github_actions/actions/upload-artifact-6
Bump actions/upload-artifact from 5 to 6
2 parents 763da2a + 141d373 commit 88315c2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/testsite.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Build with Maven
1818
run: mvn --batch-mode clean test
1919
- name: Archive generated site
20-
uses: actions/upload-artifact@v5
20+
uses: actions/upload-artifact@v6
2121
with:
2222
name: generated-site
2323
path: ./target/roq/

0 commit comments

Comments
 (0)