Skip to content

Commit 28f209c

Browse files
⬆️ deps(gha): Bump actions/upload-artifact from 2 to 3 (#577)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8cdc373 commit 28f209c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish-extensions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
- run: node report-extensions
4747
env:
4848
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
49-
- uses: actions/upload-artifact@v2
49+
- uses: actions/upload-artifact@v3
5050
if: always()
5151
with:
5252
name: report

.github/workflows/validate-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
env:
2828
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2929
- run: node report-extensions
30-
- uses: actions/upload-artifact@v2
30+
- uses: actions/upload-artifact@v3
3131
if: always()
3232
with:
3333
name: report

0 commit comments

Comments
 (0)