Skip to content

Commit 4ce3622

Browse files
committed
Updated upload-artifact to v4
1 parent c949f3d commit 4ce3622

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-zip.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-latest
1818
steps:
1919
- name: Checkout code
20-
uses: actions/checkout@v3
20+
uses: actions/checkout@v4
2121

2222
- name: Get version
2323
id: get_version
@@ -67,7 +67,7 @@ jobs:
6767
zip -r siteorigin-installer-${{ env.VERSION }}.zip siteorigin-installer
6868
6969
- name: Upload zip as artifact
70-
uses: actions/upload-artifact@v3
70+
uses: actions/upload-artifact@v4
7171
with:
7272
name: siteorigin-installer-${{ steps.get_version.outputs.version }}
7373
path: build/siteorigin-installer-${{ env.VERSION }}.zip

0 commit comments

Comments
 (0)