diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 07ef2a4d..009c2858 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -25,12 +25,12 @@ jobs: - name: Checkout uses: actions/checkout@v4 - name: Download artifact (net48) - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: 'ThScoreFileConverter-${{ github.ref_name }}-net48' path: 'artifacts/net48' - name: Download artifact (net6.0) - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: 'ThScoreFileConverter-${{ github.ref_name }}-net6.0-windows' path: 'artifacts/net6.0'