diff --git a/.github/workflows/CI-CD.yml b/.github/workflows/CI-CD.yml index 7cae0cc..6c979be 100644 --- a/.github/workflows/CI-CD.yml +++ b/.github/workflows/CI-CD.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Upload - uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0 + uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0 with: name: Event File path: ${{ github.event_path }} @@ -44,7 +44,7 @@ jobs: - name: Upload Test Results if: always() - uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0 + uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0 with: name: Test Results (${{matrix.os}}) path: "**/TestResults/*.xml" @@ -53,7 +53,7 @@ jobs: run: dotnet pack --configuration Release --no-build --include-symbols - name: Upload Artifacts - uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0 + uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0 with: name: nugetcleaner-nugetpackage path: |