diff --git a/.github/workflows/build-packages.yml b/.github/workflows/build-packages.yml index 93b310fdd..9f8266829 100644 --- a/.github/workflows/build-packages.yml +++ b/.github/workflows/build-packages.yml @@ -69,7 +69,7 @@ jobs: - name: Checks-out repository uses: actions/checkout@v2 - name: Download artifact - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4.1.7 with: name: bob-binaries-${{ matrix.bob_key_size }} - name: Set env @@ -100,7 +100,7 @@ jobs: - name: Checks-out repository uses: actions/checkout@v2 - name: Download artifact - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4.1.7 with: name: bob-rpm-${{ matrix.bob_key_size }} - name: Set env @@ -127,7 +127,7 @@ jobs: - name: Checks-out repository uses: actions/checkout@v2 - name: Download artifact - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4.1.7 with: name: bob-binaries-${{ matrix.bob_key_size }} - name: Set env @@ -163,7 +163,7 @@ jobs: - name: Checks-out repository uses: actions/checkout@v2 - name: Download artifact - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4.1.7 with: name: bob-deb-${{ matrix.bob_key_size }} - name: Set env @@ -190,7 +190,7 @@ jobs: - name: Checks-out repository uses: actions/checkout@v2 - name: Download artifact - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4.1.7 with: name: bob-binaries-${{ matrix.bob_key_size }} - name: Set env @@ -223,7 +223,7 @@ jobs: - name: Checks-out repository uses: actions/checkout@v2 - name: Download artifact - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4.1.7 with: name: bob-zip-${{ matrix.bob_key_size }} - name: Set env diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index a13b39991..035c12ac4 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -196,12 +196,12 @@ jobs: echo "VERSION=$(cat bob-apps/Cargo.toml | grep ^version | head -1 | awk '{print $3}' | sed -e 's/"//g' | sed -e 's/-/./g')" >> $GITHUB_ENV echo "VERSION_NO_FORMATTING=$(cat bob-apps/Cargo.toml | grep ^version | head -1 | awk '{print $3}' | sed -e 's/"//g')" >> $GITHUB_ENV - name: Download binaries - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: bob-binaries-${{ matrix.key }} path: ./integration-tests - name: Download docker images - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: bob-image-key${{ matrix.key }} path: ./integration-tests @@ -268,12 +268,12 @@ jobs: echo "VERSION=$(cat bob-apps/Cargo.toml | grep ^version | head -1 | awk '{print $3}' | sed -e 's/"//g' | sed -e 's/-/./g')" >> $GITHUB_ENV echo "VERSION_NO_FORMATTING=$(cat bob-apps/Cargo.toml | grep ^version | head -1 | awk '{print $3}' | sed -e 's/"//g')" >> $GITHUB_ENV - name: Download binaries - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: bob-binaries-${{ matrix.key }} path: ./integration-tests - name: Download docker images - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: bob-image-key${{ matrix.key }} path: ./integration-tests @@ -348,12 +348,12 @@ jobs: echo "VERSION=$(cat bob-apps/Cargo.toml | grep ^version | head -1 | awk '{print $3}' | sed -e 's/"//g' | sed -e 's/-/./g')" >> $GITHUB_ENV echo "VERSION_NO_FORMATTING=$(cat bob-apps/Cargo.toml | grep ^version | head -1 | awk '{print $3}' | sed -e 's/"//g')" >> $GITHUB_ENV - name: Download binaries - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: bob-binaries-${{ matrix.key }} path: ./integration-tests - name: Download docker images - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: bob-image-key${{ matrix.key }} path: ./integration-tests