diff --git a/.github/workflows/integration-test-custom.yml b/.github/workflows/integration-test-custom.yml index 89dc055..cf5e92b 100644 --- a/.github/workflows/integration-test-custom.yml +++ b/.github/workflows/integration-test-custom.yml @@ -223,7 +223,7 @@ jobs: run: DEV_API_BASE_URL=${{ env.DEV_API_BASE_URL }} DYNAMIC_COORDINATES=${{ matrix.dynamicCoordinates }} npm run definitions-diff ${{ github.event.inputs.baseFolderPath }} - name: Upload diffs artifact - uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 with: name: diffs-${{ matrix.dynamicCoordinates == 'true' && 'dynamic' || 'static' }} path: ./tools/integration/${{ github.event.inputs.baseFolderPath }} diff --git a/.github/workflows/integration-test.yml b/.github/workflows/integration-test.yml index 4a3e50f..04e1784 100644 --- a/.github/workflows/integration-test.yml +++ b/.github/workflows/integration-test.yml @@ -69,7 +69,7 @@ jobs: run: DYNAMIC_COORDINATES=${{ matrix.dynamicCoordinates }} npm run definitions-diff ${{ github.event.inputs.baseFolderPath || 'diffs' }} - name: Upload diffs artifact - uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 with: name: diffs-${{ matrix.dynamicCoordinates == 'true' && 'dynamic' || 'static' }} path: ./tools/integration/${{ github.event.inputs.baseFolderPath || 'diffs' }}