diff --git a/.github/workflows/integ-test-path-exists.yml b/.github/workflows/integ-test-path-exists.yml index 9aa55b3..8671f0c 100644 --- a/.github/workflows/integ-test-path-exists.yml +++ b/.github/workflows/integ-test-path-exists.yml @@ -53,7 +53,7 @@ jobs: - name: Initialize integration test uses: ./.github/actions/init-integ-test - name: Download Temp File - uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7 + uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0 with: name: temp-file-path-exists - name: Act @@ -82,7 +82,7 @@ jobs: - name: Initialize integration test uses: ./.github/actions/init-integ-test - name: Download Temp File - uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7 + uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0 with: name: temp-file-path-exists - name: Act diff --git a/.github/workflows/integ-test-path-not-exists.yml b/.github/workflows/integ-test-path-not-exists.yml index 97a51b4..a20bbf1 100644 --- a/.github/workflows/integ-test-path-not-exists.yml +++ b/.github/workflows/integ-test-path-not-exists.yml @@ -153,7 +153,7 @@ jobs: - name: Initialize integration test uses: ./.github/actions/init-integ-test - name: Download Temp File - uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7 + uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0 with: name: temp-file-path-not-exists - name: Act @@ -182,7 +182,7 @@ jobs: - name: Initialize integration test uses: ./.github/actions/init-integ-test - name: Download Temp File - uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7 + uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0 with: name: temp-file-path-not-exists - name: Act