Skip to content

Commit 3a3cace

Browse files
authored
Merge pull request #226 from palewire/dependabot/github_actions/actions/upload-artifact-7
Bump actions/upload-artifact from 6 to 7
2 parents 7f37f26 + d532585 commit 3a3cace

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/continuous-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ jobs:
133133

134134
- id: save
135135
name: Save artifact
136-
uses: actions/upload-artifact@v6
136+
uses: actions/upload-artifact@v7
137137
with:
138138
name: release-candidate
139139
path: ./dist

.github/workflows/docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939

4040
- id: upload-release-candidate
4141
name: Upload release candidate
42-
uses: actions/upload-artifact@v6
42+
uses: actions/upload-artifact@v7
4343
with:
4444
name: release-candidate
4545
path: ./_build/html/

0 commit comments

Comments
 (0)