File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2424 steps :
2525 - name : Update the ${{ env.TAG_NAME }} tag
2626 id : update-major-tag
27- uses : actions/publish-action@v0.2.2
27+ uses : actions/publish-action@v0.3.0
2828 with :
2929 source-tag : ${{ env.TAG_NAME }}
3030 slack-webhook : ${{ secrets.SLACK_WEBHOOK }}
Original file line number Diff line number Diff line change 4747 echo "::warning title=Invalid file permissions automatically fixed::$line"
4848 done
4949 - name : Upload Pages artifact
50- uses : actions/upload-pages-artifact@v2
50+ uses : actions/upload-pages-artifact@v3
5151# ...
5252```
5353
6262 echo "::warning title=Invalid file permissions automatically fixed::$line"
6363 done
6464 - name : Upload Pages artifact
65- uses : actions/upload-pages-artifact@v2
65+ uses : actions/upload-pages-artifact@v3
6666# ...
6767```
6868
You can’t perform that action at this time.
0 commit comments