We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4756532 + b12c4fb commit 45a8dc9Copy full SHA for 45a8dc9
.github/workflows/upload-report-artifact.yml
@@ -15,7 +15,7 @@ jobs:
15
16
steps:
17
- name: Checkout repository
18
- uses: actions/checkout@v2
+ uses: actions/checkout@v4
19
20
# The action only does a deltas report when the sketches report's `commit_hash` value matches the PR head SHA
21
- name: Update commit hash in reports
@@ -32,7 +32,7 @@ jobs:
32
done
33
34
- name: Save sketches report as workflow artifact
35
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v3
36
with:
37
if-no-files-found: error
38
path: ${{ env.SKETCHES_REPORTS_PATH }}
0 commit comments