Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 677c628

Browse files
Update GitHub Artifact Actions
1 parent 0ff99d4 commit 677c628

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test_runner.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
6767
# This step is needed to pass the size data to the report job
6868
- name: Upload sketches report to workflow artifact
69-
uses: actions/upload-artifact@v3
69+
uses: actions/upload-artifact@v5
7070
with:
7171
name: ${{ env.SKETCHES_REPORTS_ARTIFACT_NAME }}
7272
path: ${{ env.SKETCHES_REPORTS_PATH }}
@@ -79,7 +79,7 @@ jobs:
7979
steps:
8080
# This step is needed to get the size data produced by the compile jobs
8181
- name: Download sketches reports artifact
82-
uses: actions/download-artifact@v3
82+
uses: actions/download-artifact@v6
8383
with:
8484
name: ${{ env.SKETCHES_REPORTS_ARTIFACT_NAME }}
8585
path: ${{ env.SKETCHES_REPORTS_PATH }}

0 commit comments

Comments
 (0)