Skip to content

Commit 18881e5

Browse files
authored
Merge pull request #60 from EngineScript/dependabot/github_actions/actions-dc500464ed
Bump actions/upload-artifact from 4 to 5 in the actions group
2 parents 7adaf55 + 311c606 commit 18881e5

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@v4
186+
uses: actions/upload-artifact@v5
187187
with:
188188
name: simple-wp-site-exporter
189189
path: build/simple-wp-site-exporter.zip

0 commit comments

Comments
 (0)