diff --git a/.github/workflows/build-preview.yml b/.github/workflows/build-preview.yml index d64ade7d6..107cb6e12 100644 --- a/.github/workflows/build-preview.yml +++ b/.github/workflows/build-preview.yml @@ -33,7 +33,7 @@ jobs: env: ID_PRESETS_CDN_URL: '../../' - - uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0 + - uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 with: name: preview path: | @@ -43,7 +43,7 @@ jobs: - name: Store pull request number for later use run: | echo ${{github.event.number}} > ./pr_number - - uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0 + - uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 with: name: pr path: ./pr_number