File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ on: [push, pull_request]
33
44jobs :
55 gatsby-build :
6- runs-on : ubuntu-22 .04
6+ runs-on : ubuntu-24 .04
77 steps :
88 - uses : actions/checkout@v3
99 - uses : actions/setup-node@v3
@@ -20,12 +20,12 @@ jobs:
2020 CXXFLAGS="--std=c++14" npm install
2121 npm run build
2222 - name : Upload public dir as artifact
23- uses : actions/upload-artifact@v2
23+ uses : actions/upload-artifact@v4
2424 with :
2525 name : public-dir
2626 path : public
2727 gen-og-images :
28- runs-on : ubuntu-22 .04
28+ runs-on : ubuntu-24 .04
2929 steps :
3030 - uses : actions/checkout@v3
3131 - uses : actions/setup-node@v3
@@ -39,14 +39,14 @@ jobs:
3939 npm run build
4040 node gen-opengraph-images.js
4141 - name : Upload files
42- uses : actions/upload-artifact@v2
42+ uses : actions/upload-artifact@v4
4343 with :
4444 name : og-images
4545 path : scripts/genOGImages/dist/members/
4646 deploy-build :
4747 needs : [gen-og-images, gatsby-build]
4848 if : ${{ success() && github.ref == 'refs/heads/master' }}
49- runs-on : ubuntu-22 .04
49+ runs-on : ubuntu-24 .04
5050 steps :
5151 - uses : actions/checkout@v3
5252 - uses : actions/setup-node@v3
You can’t perform that action at this time.
0 commit comments