Skip to content

Commit

Permalink
Merge pull request #76 from per1234/report-target-pr-bump-actions
Browse files Browse the repository at this point in the history
Bump action dependencies in "Upload test sketches report artifact" workflow
  • Loading branch information
per1234 authored Jan 20, 2024
2 parents 4756532 + b12c4fb commit 45a8dc9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/upload-report-artifact.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v4

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

0 comments on commit 45a8dc9

Please sign in to comment.