diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index dd928a2..1e73a89 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -97,7 +97,7 @@ jobs: version: ${{ needs.bump-semver.outputs.version }} - name: Upload Artifacts - uses: actions/upload-artifact@v4.3.1 + uses: actions/upload-artifact@v4.6.2 with: name: Build path: build diff --git a/.github/workflows/integrate.yml b/.github/workflows/integrate.yml index a11b110..cee0e63 100644 --- a/.github/workflows/integrate.yml +++ b/.github/workflows/integrate.yml @@ -65,7 +65,7 @@ jobs: coverageOptions: 'generateAdditionalMetrics' - name: Publish Test Results - uses: actions/upload-artifact@v4.3.1 + uses: actions/upload-artifact@v4.6.2 if: always() with: name: Test Results (All) @@ -122,7 +122,7 @@ jobs: # targetPlatform: ${{ matrix.targetPlatform }} # - name: Upload Artifacts - # uses: actions/upload-artifact@v4.3.1 + # uses: actions/upload-artifact@v4.6.2 # with: # name: Build-${{ matrix.targetPlatform }} # path: build/${{ matrix.targetPlatform }}