We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 794e304 + aef5542 commit d12fdfbCopy full SHA for d12fdfb
.github/workflows/release.yml
@@ -24,7 +24,7 @@ jobs:
24
steps:
25
- name: Update the ${{ env.TAG_NAME }} tag
26
id: update-major-tag
27
- uses: actions/publish-action@v0.2.2
+ uses: actions/publish-action@v0.3.0
28
with:
29
source-tag: ${{ env.TAG_NAME }}
30
slack-webhook: ${{ secrets.SLACK_WEBHOOK }}
README.md
@@ -47,7 +47,7 @@ steps:
47
echo "::warning title=Invalid file permissions automatically fixed::$line"
48
done
49
- name: Upload Pages artifact
50
- uses: actions/upload-pages-artifact@v2
+ uses: actions/upload-pages-artifact@v3
51
# ...
52
```
53
@@ -62,7 +62,7 @@ steps:
62
63
64
65
66
67
68
0 commit comments