diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index abd8af3..7a5fc1e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -95,7 +95,7 @@ jobs: - name: Upload Test Results Artifacts if: always() - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: test-results-${{ matrix.cfengine }} path: | @@ -104,7 +104,7 @@ jobs: # Leaving this here for future debugging # - name: Upload tmp folder as artifact # if: always() - # uses: actions/upload-artifact@v5 + # uses: actions/upload-artifact@v6 # with: # name: tmp-folder # path: models/tmp/ @@ -129,7 +129,7 @@ jobs: - name: Upload Debugging Info To Artifacts if: ${{ failure() }} - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: Failure Debugging Info - ${{ matrix.cfengine }} path: | diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 6ea9253..0f61f7e 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -83,7 +83,7 @@ jobs: - name: Upload Debugging Info To Artifacts if: ${{ failure() }} - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: Failure Debugging Info - ${{ matrix.cfengine }} path: |