diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 70e69ad6..23123de0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -101,7 +101,7 @@ jobs: - name: Upload test results if: steps.changes.outputs.src == 'true' - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: ${{ matrix.language }}-test-results path: | @@ -122,13 +122,13 @@ jobs: steps: - name: Check if compile-and-test job failed to complete, if so fail if: ${{ needs.compile-and-test.result == 'failure' }} - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: script: | core.setFailed('Test run job failed') - name: Collect test results - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 - name: Validate test results run: | diff --git a/.github/workflows/update-release.yml b/.github/workflows/update-release.yml index 85e7139b..ed75b6f3 100644 --- a/.github/workflows/update-release.yml +++ b/.github/workflows/update-release.yml @@ -29,7 +29,7 @@ jobs: private-key: ${{ secrets.SECLABS_APP_KEY }} - name: "Patch Release Me" - uses: 42ByteLabs/patch-release-me@9ff3c04cb0802fd8dcd3100e5c0b4801e88daf3a # 0.6.1 + uses: 42ByteLabs/patch-release-me@1a840ec5f538188590b75b19e1c300c7d036bcc8 # 0.6.2 with: # Bump (patch) mode: ${{ inputs.mode }}