Skip to content
This repository was archived by the owner on Apr 16, 2022. It is now read-only.

Commit 87faa2f

Browse files
build(deps): update actions/upload-artifact action to v3 (#111)
Co-authored-by: Renovate Bot <[email protected]>
1 parent c871926 commit 87faa2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
env:
3737
POSTGRES_URI: postgres://username:password@localhost:5432/db
3838
- name: Upload built site
39-
uses: actions/upload-artifact@v1
39+
uses: actions/upload-artifact@v3
4040
with:
4141
name: site
4242
path: site

0 commit comments

Comments
 (0)