Skip to content

Commit

Permalink
Upgrade Broken Download Artifacts v2 to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
AvocadoMoon committed Sep 11, 2024
1 parent a655e11 commit ed152e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/NightlyBMDB_CLI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ jobs:

steps:
- name: Gather Artifacts
uses: actions/download-artifact@v2
uses: actions/download-artifact@v3
with:
path: ${{ github.workspace }}/published-results

Expand All @@ -293,7 +293,7 @@ jobs:

steps:
- name: Gather Artifacts
uses: actions/download-artifact@v2
uses: actions/download-artifact@v3
with:
path: ${{ github.workspace }}/bmdb-results

Expand Down

0 comments on commit ed152e4

Please sign in to comment.