diff --git a/.github/workflows/integration-test.yml b/.github/workflows/integration-test.yml index 7dbedb91..ee3d17cb 100644 --- a/.github/workflows/integration-test.yml +++ b/.github/workflows/integration-test.yml @@ -34,7 +34,7 @@ jobs: go test -c -o int.test ./int - name: Upload artifacts - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7 with: name: test-artifacts-${{ github.run_id }} path: | @@ -55,7 +55,7 @@ jobs: CS_TEAM_ID: ${{ secrets.CS_TEAM_ID }} steps: - name: Download artifacts - uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8 with: name: test-artifacts-${{ github.run_id }}