Skip to content

Commit 280e49a

Browse files
⬆️(deps): Bump actions/upload-artifact from 4.4.0 to 4.6.2
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.4.0 to 4.6.2. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@5076954...ea165f8) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: 4.6.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ccdde53 commit 280e49a

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/maintenance.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ jobs:
136136
137137
- name: Upload outdated packages report
138138
if: steps.outdated.outputs.has_outdated == 'true'
139-
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
139+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
140140
with:
141141
name: outdated-dependencies
142142
path: outdated.json
@@ -201,7 +201,7 @@ jobs:
201201
php benchmark.php > performance-php${{ matrix.php }}.json
202202
203203
- name: Upload performance results
204-
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
204+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
205205
with:
206206
name: performance-results-php${{ matrix.php }}
207207
path: performance-php${{ matrix.php }}.json
@@ -265,7 +265,7 @@ jobs:
265265
EOF
266266
267267
- name: Upload compatibility report
268-
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
268+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
269269
with:
270270
name: compatibility-php${{ matrix.php }}-laravel${{ matrix.laravel }}
271271
path: compatibility-report.json

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ jobs:
144144
echo "✅ Generated checksums"
145145
146146
- name: Upload release assets
147-
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
147+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
148148
with:
149149
name: release-assets
150150
path: |

.github/workflows/security.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
7979
- name: Upload audit results
8080
if: steps.audit.outputs.audit_status == 'vulnerabilities_found'
81-
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
81+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
8282
with:
8383
name: composer-audit-results
8484
path: audit-results.json
@@ -291,7 +291,7 @@ jobs:
291291
echo "✅ All licenses are compliant"
292292
293293
- name: Upload license report
294-
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
294+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
295295
with:
296296
name: license-report
297297
path: licenses.json

0 commit comments

Comments
 (0)