mirror of
https://github.com/turbot/steampipe.git
synced 2025-12-19 18:12:43 -05:00
[dep][actions](deps): Bump actions/download-artifact from 4.3.0 to 5.0.0 (#4631)
This commit is contained in:
4
.github/workflows/11-test-acceptance.yaml
vendored
4
.github/workflows/11-test-acceptance.yaml
vendored
@@ -140,14 +140,14 @@ jobs:
|
||||
mkdir ~/artifacts
|
||||
|
||||
- name: Download Linux Build Artifacts
|
||||
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
|
||||
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
|
||||
if: ${{ matrix.platform == 'ubuntu-latest' }}
|
||||
with:
|
||||
name: build-artifact-linux
|
||||
path: ~/artifacts
|
||||
|
||||
- name: Download Darwin Build Artifacts
|
||||
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
|
||||
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
|
||||
if: ${{ matrix.platform == 'macos-latest' }}
|
||||
with:
|
||||
name: build-artifact-darwin
|
||||
|
||||
Reference in New Issue
Block a user