Skip to content

Commit f800944

Browse files
authored
Merge pull request #24 from Pymetheus/dependabot/github_actions/actions/download-artifact-8
chore(ci): bump actions/download-artifact from 7 to 8
2 parents d22effa + fd46767 commit f800944

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/cd.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
uses: actions/checkout@v6
2929

3030
- name: Download build artifacts
31-
uses: actions/download-artifact@v7
31+
uses: actions/download-artifact@v8
3232
with:
3333
name: python-package-distributions-${{ github.event.workflow_run.head_sha }}
3434
path: dist/
@@ -98,7 +98,7 @@ jobs:
9898
#
9999
# steps:
100100
# - name: Download build artifacts
101-
# uses: actions/download-artifact@v7
101+
# uses: actions/download-artifact@v8
102102
# with:
103103
# name: python-package-distributions-${{ github.event.workflow_run.head_sha }}
104104
# path: dist/
@@ -123,7 +123,7 @@ jobs:
123123
# uses: actions/checkout@v6
124124
#
125125
# - name: Download build artifacts
126-
# uses: actions/download-artifact@v7
126+
# uses: actions/download-artifact@v8
127127
# with:
128128
# name: python-package-distributions-${{ github.event.workflow_run.head_sha }}
129129
# path: dist/

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ jobs:
150150
uses: actions/checkout@v6
151151

152152
- name: Download build artifacts
153-
uses: actions/download-artifact@v7
153+
uses: actions/download-artifact@v8
154154
with:
155155
name: python-package-distributions-${{ github.sha }}
156156
path: dist/

0 commit comments

Comments
 (0)