diff --git a/.github/workflows/main-ee.yaml b/.github/workflows/main-ee.yaml index f752560..5cde9c0 100644 --- a/.github/workflows/main-ee.yaml +++ b/.github/workflows/main-ee.yaml @@ -57,7 +57,7 @@ jobs: auth_token: ${{ secrets.OCI_AUTH_TOKEN }} - name: Download a single artifact - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: dist @@ -98,7 +98,7 @@ jobs: - uses: actions/checkout@v3 - name: Download a single artifact - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: repo_path