diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 077b162d..ad1a03ba 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -109,7 +109,7 @@ jobs: - name: Archive Simulated Release Information if: ${{ env.STRAVAIG_PUBLISH_TO_NUGET == 'false' }} - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v5 with: name: simulated-release-information path: | @@ -121,7 +121,7 @@ jobs: - name: Archive Release Notes if: ${{ env.STRAVAIG_PUBLISH_TO_NUGET == 'true' }} - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v5 with: name: release-information path: |