summaryrefslogtreecommitdiffstats
path: root/.github/workflows/provider-compatibility.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/provider-compatibility.yml')
-rw-r--r--.github/workflows/provider-compatibility.yml10
1 files changed, 5 insertions, 5 deletions
diff --git a/.github/workflows/provider-compatibility.yml b/.github/workflows/provider-compatibility.yml
index afb2782690..75e8404e12 100644
--- a/.github/workflows/provider-compatibility.yml
+++ b/.github/workflows/provider-compatibility.yml
@@ -31,7 +31,7 @@ jobs:
# Formally released versions should be added here.
# `dir' it the directory inside the tarball.
# `tgz' is the name of the tarball.
- # `utl' is the download URL.
+ # `url' is the download URL.
{
dir: openssl-3.0.0,
tgz: openssl-3.0.0.tar.gz,
@@ -93,7 +93,7 @@ jobs:
-providers
working-directory: ${{ matrix.release.dir }}
- - uses: actions/upload-artifact@v4
+ - uses: actions/upload-artifact@v3
with:
name: ${{ matrix.release.tgz }}
path: ${{ matrix.release.tgz }}
@@ -169,7 +169,7 @@ jobs:
run: make test HARNESS_JOBS=${HARNESS_JOBS:-4}
working-directory: ${{ matrix.branch.dir }}
- - uses: actions/upload-artifact@v4
+ - uses: actions/upload-artifact@v3
with:
name: ${{ matrix.branch.tgz }}
path: ${{ matrix.branch.tgz }}
@@ -201,7 +201,7 @@ jobs:
fi
continue-on-error: true
- - uses: actions/download-artifact@v4
+ - uses: actions/download-artifact@v3
if: steps.early_exit.outcome == 'success'
with:
name: ${{ matrix.tree_a }}.tar.gz
@@ -209,7 +209,7 @@ jobs:
if: steps.early_exit.outcome == 'success'
run: tar xzf "${{ matrix.tree_a }}.tar.gz"
- - uses: actions/download-artifact@v4
+ - uses: actions/download-artifact@v3
if: steps.early_exit.outcome == 'success'
with:
name: ${{ matrix.tree_b }}.tar.gz