Skip to content

Commit 6cd57d3

Browse files
chore(deps): update actions/download-artifact action to v8 (main) (#14513)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/download-artifact](https://redirect.github.com/actions/download-artifact) | action | major | `v7` → `v8` | --- > [!WARNING] > Some dependencies could not be looked up. Check the warning logs for more information. --- ### Release Notes <details> <summary>actions/download-artifact (actions/download-artifact)</summary> ### [`v8`](https://redirect.github.com/actions/download-artifact/compare/v7...v8) [Compare Source](https://redirect.github.com/actions/download-artifact/compare/v7...v8) </details> --- ### Configuration 📅 **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM ( * 0-3 * * * ) (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- ## Need help? You can ask for more help in the following Slack channel: #proj-renovate-self-hosted. In that channel you can also find ADR and FAQ docs in the Resources section. <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4zMC4xIiwidXBkYXRlZEluVmVyIjoiNDMuMzAuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsidXBkYXRlLW1ham9yIl19--> Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com> Co-authored-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
1 parent 015f752 commit 6cd57d3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test-build-deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,7 @@ jobs:
376376
sudo mkdir -p /go/src/github.com/grafana/mimir
377377
sudo ln -s $GITHUB_WORKSPACE/* /go/src/github.com/grafana/mimir
378378
- name: Download mimirtool Docker Image
379-
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7
379+
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8
380380
with:
381381
name: docker-image-mimirtool
382382
- name: Extract Docker Image from Archive
@@ -389,7 +389,7 @@ jobs:
389389
# that's why we use docker run to run latest version.
390390
docker run -v /tmp/images:/tmp/images -v /var/run/docker.sock:/var/run/docker.sock quay.io/skopeo/stable:v1.15.1 copy oci-archive:/tmp/images/mimirtool.oci "docker-daemon:grafana/mimirtool:$IMAGE_TAG"
391391
- name: Download Archive with Docker Images
392-
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7
392+
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8
393393
with:
394394
name: test-docker-image-race-enabled-mimir
395395
- name: Load race-enabled mimir into Docker
@@ -454,7 +454,7 @@ jobs:
454454
mkdir -p /go/src/github.com/grafana/mimir
455455
ln -s $GITHUB_WORKSPACE/* /go/src/github.com/grafana/mimir
456456
- name: Download Archive with Docker Images
457-
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7
457+
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8
458458
with:
459459
pattern: docker-image-*
460460
path: built-images

0 commit comments

Comments
 (0)