Skip to content

Commit

Permalink
upgrade upload/download artifact version (#13699)
Browse files Browse the repository at this point in the history
  • Loading branch information
michelemodolo authored Feb 5, 2025
1 parent d9f237c commit 92dc120
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/backups-dashboards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
curl -L -H "Authorization: Bearer ${{ secrets.GH_TOKEN }}" -H "Accept: application/vnd.github.v3.raw" -H "X-GitHub-Api-Version: 2022-11-28" https://api.github.com/repos/erigontech/scripts/contents/dashboards/dashboard-backup.sh?ref=${{ inputs.TEMPLATE_BRANCH}} -o /tmp/dashboard-backup
- name: Upload dashboard-backup
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: dashboard-backup
path: /tmp/dashboard-backup
Expand Down Expand Up @@ -70,7 +70,7 @@ jobs:
echo ${{ secrets.DASHBOARDS_GIT_CONFIG }} | base64 -d > $HOME/.gitconfig
- name: Download dashboard-backup
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: dashboard-backup
path: /tmp
Expand Down

0 comments on commit 92dc120

Please sign in to comment.