diff --git a/.github/workflows/release-validator.yml b/.github/workflows/release-validator.yml index bbeffd41..b911aec9 100644 --- a/.github/workflows/release-validator.yml +++ b/.github/workflows/release-validator.yml @@ -59,7 +59,7 @@ jobs: contents: write runs-on: ubuntu-24.04 steps: - - uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 + - uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 with: path: ${{ runner.temp }}/artifacts - run: find "$RUNNER_TEMP"/artifacts -type f -ls