From d05b0f8cbb6b5c53b592a04854dcd4739247bc58 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Aug 2025 08:28:55 +0000 Subject: [PATCH] Bump actions/download-artifact from 4.3.0 to 5.0.0 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4.3.0 to 5.0.0. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/d3f86a106a0bac45b974a628896c90dbdf5c8093...634f93cb2916e3fdff6788551b99b062d0335ce0) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/buildimage.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/buildimage.yml b/.github/workflows/buildimage.yml index b25c0e49..ee7747aa 100644 --- a/.github/workflows/buildimage.yml +++ b/.github/workflows/buildimage.yml @@ -433,37 +433,37 @@ jobs: - name: Download steampipe_postgres_fdw.so - darwin_amd64 id: download_fdw_so_darwin_amd64 - uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0 + uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0 with: name: steampipe_postgres_fdw.so.darwin_amd64 - name: Download steampipe_postgres_fdw.so - darwin_arm64 id: download_fdw_so_darwin_arm64 - uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0 + uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0 with: name: steampipe_postgres_fdw.so.darwin_arm64 - name: Download steampipe_postgres_fdw.so - linux_amd64 id: download_fdw_so_linux_amd64 - uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0 + uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0 with: name: steampipe_postgres_fdw.so.linux_amd64 - name: Download steampipe_postgres_fdw.so - linux_arm64 id: download_fdw_so_linux_arm64 - uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0 + uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0 with: name: steampipe_postgres_fdw.so.linux_arm64 - name: Download steampipe_postgres_fdw.control id: download_fdw_control - uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0 + uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0 with: name: steampipe_postgres_fdw.control - name: Download steampipe_postgres_fdw--1.0.sql id: download_fdw_sql - uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0 + uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0 with: name: steampipe_postgres_fdw--1.0.sql