Skip to content

Commit 47cd56f

Browse files
ci(deps): Bump actions/upload-artifact from 5.0.0 to 6.0.0
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 5.0.0 to 6.0.0. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v5.0.0...v6.0.0) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 74cacaa commit 47cd56f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ jobs:
283283
run: yarn typecheck
284284
- id: report
285285
name: Upload report
286-
uses: actions/upload-artifact@v5.0.0
286+
uses: actions/upload-artifact@v6.0.0
287287
with:
288288
name: |
289289
${{ format('typecheck-{0}-{1}-{2}.blob.json', matrix.typescript-version, github.event.repository.name, env.SHA) }}
@@ -331,7 +331,7 @@ jobs:
331331
run: attw ${{ env.TARFILE }}
332332
- id: archive
333333
name: Archive production artifacts
334-
uses: actions/upload-artifact@v5.0.0
334+
uses: actions/upload-artifact@v6.0.0
335335
with:
336336
name: ${{ env.TARFILE }}
337337
path: ${{ env.TARFILE }}

0 commit comments

Comments
 (0)