Skip to content
This repository was archived by the owner on Sep 2, 2025. It is now read-only.

Commit 80d8811

Browse files
Bump actions/download-artifact from 3 to 4 (#1209)
1 parent f5ed1de commit 80d8811

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
kind: "Dependencies"
2+
body: "Bump actions/download-artifact from 3 to 4"
3+
time: 2024-04-29T00:51:58.00000Z
4+
custom:
5+
Author: dependabot[bot]
6+
PR: 1209

.github/workflows/integration.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ jobs:
9797
- 'dbt/**'
9898
- 'tests/**'
9999
- 'dev-requirements.txt'
100+
- '.github/**'
100101
101102
- name: Generate integration test matrix
102103
id: generate-matrix

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ jobs:
186186
python -m pip install --user --upgrade pip
187187
python -m pip install --upgrade wheel setuptools twine check-wheel-contents
188188
python -m pip --version
189-
- uses: actions/download-artifact@v3
189+
- uses: actions/download-artifact@v4
190190
with:
191191
name: dist
192192
path: dist/

0 commit comments

Comments
 (0)