File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 24
24
steps :
25
25
- name : Update the ${{ env.TAG_NAME }} tag
26
26
id : update-major-tag
27
- uses : actions/publish-action@v0.2.2
27
+ uses : actions/publish-action@v0.3.0
28
28
with :
29
29
source-tag : ${{ env.TAG_NAME }}
30
30
slack-webhook : ${{ secrets.SLACK_WEBHOOK }}
Original file line number Diff line number Diff line change 47
47
echo "::warning title=Invalid file permissions automatically fixed::$line"
48
48
done
49
49
- name : Upload Pages artifact
50
- uses : actions/upload-pages-artifact@v2
50
+ uses : actions/upload-pages-artifact@v3
51
51
# ...
52
52
```
53
53
62
62
echo "::warning title=Invalid file permissions automatically fixed::$line"
63
63
done
64
64
- name : Upload Pages artifact
65
- uses : actions/upload-pages-artifact@v2
65
+ uses : actions/upload-pages-artifact@v3
66
66
# ...
67
67
```
68
68
You can’t perform that action at this time.
0 commit comments