Skip to content

Commit d47fed9

Browse files
ci(deps): bump actions/upload-artifact from 7.0.0 to 7.0.1 (#176)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4c3b889 commit d47fed9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.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@v7.0.0
286+
uses: actions/upload-artifact@v7.0.1
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@v7.0.0
334+
uses: actions/upload-artifact@v7.0.1
335335
with:
336336
name: ${{ env.TARFILE }}
337337
path: ${{ env.TARFILE }}

0 commit comments

Comments
 (0)