Skip to content

Commit 45a8dc9

Browse files
authored
Merge pull request #76 from per1234/report-target-pr-bump-actions
Bump action dependencies in "Upload test sketches report artifact" workflow
2 parents 4756532 + b12c4fb commit 45a8dc9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/upload-report-artifact.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
steps:
1717
- name: Checkout repository
18-
uses: actions/checkout@v2
18+
uses: actions/checkout@v4
1919

2020
# The action only does a deltas report when the sketches report's `commit_hash` value matches the PR head SHA
2121
- name: Update commit hash in reports
@@ -32,7 +32,7 @@ jobs:
3232
done
3333
3434
- name: Save sketches report as workflow artifact
35-
uses: actions/upload-artifact@v2
35+
uses: actions/upload-artifact@v3
3636
with:
3737
if-no-files-found: error
3838
path: ${{ env.SKETCHES_REPORTS_PATH }}

0 commit comments

Comments
 (0)