Skip to content

Commit a2a6125

Browse files
committed
Downgrade upload-artifact action to version 2 in build.yml
1 parent 957a498 commit a2a6125

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
CXXFLAGS="--std=c++14" npm install
2121
npm run build
2222
- name: Upload public dir as artifact
23-
uses: actions/upload-artifact@v3.1.3
23+
uses: actions/upload-artifact@v2
2424
with:
2525
name: public-dir
2626
path: public
@@ -39,7 +39,7 @@ jobs:
3939
npm run build
4040
node gen-opengraph-images.js
4141
- name: Upload files
42-
uses: actions/upload-artifact@v3.1.3
42+
uses: actions/upload-artifact@v2
4343
with:
4444
name: og-images
4545
path: scripts/genOGImages/dist/members/

0 commit comments

Comments
 (0)