We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents aab3e69 + adfe80e commit 53645a1Copy full SHA for 53645a1
.github/workflows/generate-report.yaml
@@ -37,7 +37,7 @@ jobs:
37
.github/workflows/generate-report-html.sh ${{ env.USE_FIRST_REWARD_EPOCH }} ${{ env.USE_REWARD_EPOCH }}
38
39
- name: Upload artifacts
40
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
41
with:
42
name: staking-rewards-reports
43
path: |
@@ -54,7 +54,7 @@ jobs:
54
name: github-pages
55
url: ${{ steps.deployment.outputs.page_url }}
56
steps:
57
- - uses: actions/download-artifact@v3
+ - uses: actions/download-artifact@v4
58
59
60
path: ./pages
.github/workflows/scheduled-commit.yaml
0 commit comments