Skip to content

Commit

Permalink
Align download and upload actions versions
Browse files Browse the repository at this point in the history
Dependabot was automatically applied on commit 2c62a6b, at
2024-09-03, to upgrade the download action but the upload action was
not updated and they are incompatible.
  • Loading branch information
abailly committed Dec 18, 2024
1 parent 90b5fc9 commit fa03b9a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
run: rake display_versions[cardano-wallet-tests-win64]

- name: Save files
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: cardano-wallet-tests-win64
path: ${{ env.WORK_DIR }}/cardano-wallet-tests-win64
Expand All @@ -65,7 +65,7 @@ jobs:
needs: setup
runs-on: windows-2022
steps:
- uses: actions/download-artifact@v4.1.7
- uses: actions/download-artifact@v4
with:
name: cardano-wallet-tests-win64
- run: '.\\cardano-wallet-unit-test-unit.exe --color --jobs 1 --skip /Cardano.Wallet.DB.Sqlite/ +RTS -M2G -N2'
Expand All @@ -77,7 +77,7 @@ jobs:
needs: setup
runs-on: windows-2022
steps:
- uses: actions/download-artifact@v4.1.7
- uses: actions/download-artifact@v4
with:
name: cardano-wallet-tests-win64
- run: '.\\text-class-test-unit.exe --color'
Expand All @@ -87,7 +87,7 @@ jobs:
needs: setup
runs-on: windows-2022
steps:
- uses: actions/download-artifact@v4.1.7
- uses: actions/download-artifact@v4
with:
name: cardano-wallet-tests-win64
- run: '.\\cardano-wallet-launcher-test-unit.exe --color'
Expand Down

0 comments on commit fa03b9a

Please sign in to comment.