Skip to content

Commit b9580e1

Browse files
chore: update workflow template action versions (#110)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 5468bd7 commit b9580e1

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

adbc_drivers_dev/templates/test.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -610,7 +610,7 @@ jobs:
610610
pixi-version: v0.63.2
611611
run-install: false
612612

613-
- uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
613+
- uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
614614
with:
615615
pattern: "drivers-*"
616616
path: "~/drivers"
@@ -681,7 +681,7 @@ jobs:
681681
with:
682682
pixi-version: v0.63.2
683683
run-install: false
684-
- uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
684+
- uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
685685
with:
686686
name: "all-packages"
687687
path: "~/packages"
@@ -804,13 +804,13 @@ jobs:
804804
pixi-version: v0.63.2
805805
run-install: false
806806

807-
- uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
807+
- uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
808808
with:
809809
name: "all-packages"
810810
path: "~/packages"
811811

812812
<% if not lang_config.skip_validate %>
813-
- uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
813+
- uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
814814
with:
815815
name: "docs"
816816
path: "~/packages"

0 commit comments

Comments
 (0)