Skip to content

Commit 53645a1

Browse files
authored
Merge pull request #10 from flare-foundation/patch-ci-update-actions-artifacts-to-v4
patch(ci): update artifacts github action to v4, remove commented out workflow
2 parents aab3e69 + adfe80e commit 53645a1

File tree

2 files changed

+2
-89
lines changed

2 files changed

+2
-89
lines changed

.github/workflows/generate-report.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
.github/workflows/generate-report-html.sh ${{ env.USE_FIRST_REWARD_EPOCH }} ${{ env.USE_REWARD_EPOCH }}
3838
3939
- name: Upload artifacts
40-
uses: actions/upload-artifact@v3
40+
uses: actions/upload-artifact@v4
4141
with:
4242
name: staking-rewards-reports
4343
path: |
@@ -54,7 +54,7 @@ jobs:
5454
name: github-pages
5555
url: ${{ steps.deployment.outputs.page_url }}
5656
steps:
57-
- uses: actions/download-artifact@v3
57+
- uses: actions/download-artifact@v4
5858
with:
5959
name: staking-rewards-reports
6060
path: ./pages

.github/workflows/scheduled-commit.yaml

Lines changed: 0 additions & 87 deletions
This file was deleted.

0 commit comments

Comments
 (0)