Skip to content

Commit a9322e9

Browse files
chore: update actions/upload-artifact action to v3 (#15)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
1 parent 0a08d04 commit a9322e9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/setup-repository.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
rsync -r ./plain/ . && \
8888
rm -rf ./plain/
8989
90-
- uses: actions/upload-artifact@v2
90+
- uses: actions/upload-artifact@v3
9191
with:
9292
name: result
9393
path: |

0 commit comments

Comments
 (0)