Skip to content

Commit d171c3c

Browse files
authored
Merge pull request #69 from EngineScript/dependabot/github_actions/actions-674967a53d
Bump actions/upload-artifact from 6 to 7 in the actions group
2 parents 494ffce + 52199a7 commit d171c3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ jobs:
183183
zip -r simple-wp-site-exporter.zip simple-wp-site-exporter
184184
185185
- name: Upload build artifact
186-
uses: actions/upload-artifact@v6
186+
uses: actions/upload-artifact@v7
187187
with:
188188
name: simple-wp-site-exporter
189189
path: build/simple-wp-site-exporter.zip

0 commit comments

Comments
 (0)