Skip to content

Commit 4a2507a

Browse files
Merge pull request #17 from TheDragonCode/dependabot/github_actions/actions/upload-artifact-6
2 parents e511b8c + bfc8387 commit 4a2507a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/code-style.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
8686
- name: Upload changed files
8787
if: env.CAN_FIX == 'true' && steps.changed_php.outputs.has_changes == 'true'
88-
uses: actions/upload-artifact@v5
88+
uses: actions/upload-artifact@v6
8989
with:
9090
name: fixes-php
9191
path: .artifacts/php
@@ -177,7 +177,7 @@ jobs:
177177
178178
- name: Upload changed files
179179
if: env.CAN_FIX == 'true' && steps.changed_node.outputs.has_changes == 'true'
180-
uses: actions/upload-artifact@v5
180+
uses: actions/upload-artifact@v6
181181
with:
182182
name: fixes-node
183183
path: .artifacts/node

0 commit comments

Comments
 (0)