diff --git a/.github/workflows/aurora.yml b/.github/workflows/aurora.yml index 9d8095c22..cdb9b3af7 100644 --- a/.github/workflows/aurora.yml +++ b/.github/workflows/aurora.yml @@ -39,7 +39,7 @@ jobs: - name: Build run: dotnet build src --configuration Release - name: Upload packages - uses: actions/upload-artifact@v3.1.2 + uses: actions/upload-artifact@v3.1.3 with: name: NuGet packages path: nugets/ diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ed1bb4d97..cf692e060 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -42,7 +42,7 @@ jobs: - name: Build run: dotnet build src --configuration Release - name: Upload packages - uses: actions/upload-artifact@v3.1.2 + uses: actions/upload-artifact@v3.1.3 with: name: NuGet packages path: nugets/ diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0440ca411..8189a090f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -28,7 +28,7 @@ jobs: client-secret: ${{ secrets.AZURE_KEY_VAULT_CLIENT_SECRET }} certificate-name: ${{ secrets.AZURE_KEY_VAULT_CERTIFICATE_NAME }} - name: Publish artifacts - uses: actions/upload-artifact@v3.1.2 + uses: actions/upload-artifact@v3.1.3 with: name: nugets path: nugets/*