22
33name : CI
44
5- # Controls when the action will run.
5+ # Controls when the action will run.
66on :
77 # Triggers the workflow on push or pull request events but only for the master branch
88 push :
@@ -23,14 +23,14 @@ jobs:
2323 # Steps represent a sequence of tasks that will be executed as part of the job
2424 steps :
2525 # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
26- - uses : actions/checkout@v2
26+ - uses : actions/checkout@v4
2727 - uses : bahmutov/npm-install@v1
2828
2929 # Runs a single command using the runners shell
3030 - name : run gulp
3131 run : npm run gulp
3232
33- - uses : actions/upload-artifact@v2
33+ - uses : actions/upload-artifact@v4
3434 with :
3535 name : Feed-and-Projects
3636 path : |
@@ -44,14 +44,14 @@ jobs:
4444 if : github.event_name == 'push' && github.repository == 'hackergarten/hackergarten.github.io' && github.ref == 'refs/heads/master'
4545 runs-on : ubuntu-latest
4646 steps :
47- - uses : actions/checkout@v2
47+ - uses : actions/checkout@v4
4848
49- - uses : actions/download-artifact@v2
49+ - uses : actions/download-artifact@v4
5050 with :
5151 name : Feed-and-Projects
52-
52+
5353 - name : Deploy 🚀
54- uses : JamesIves/github-pages-deploy-action@4.0.0
54+ uses : JamesIves/github-pages-deploy-action@v4
5555 with :
5656 branch : gh-pages # The branch the action should deploy to.
57- folder : . # The folder the action should deploy.
57+ folder : . # The folder the action should deploy.
0 commit comments