Skip to content

Commit 4b9ae54

Browse files
authored
Merge branch 'master' into dependabot/github_actions/actions/github-script-8
2 parents 0c2c107 + 3f56971 commit 4b9ae54

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci_MASTER.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113
114114
- name: Upload Artifact 📦
115115
if: ${{ steps.gate.outputs.code == 'true' }}
116-
uses: actions/upload-artifact@v4
116+
uses: actions/upload-artifact@v6
117117
with:
118118
name: ${{ format('assets-{0}', steps.branch.outputs.branch_name) }}
119119
path: assets

.github/workflows/ci_PR.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ jobs:
119119
120120
- name: Upload preview artifact
121121
if: ${{ always() && steps.changed.outputs.code == 'true' }}
122-
uses: actions/upload-artifact@v4
122+
uses: actions/upload-artifact@v6
123123
with:
124124
name: preview-stats
125125
path: |

0 commit comments

Comments
 (0)