Skip to content

Commit 0616fa9

Browse files
ci(deps): Bump actions/upload-artifact from 5.0.0 to 6.0.0 (#830)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 74cacaa commit 0616fa9

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)