Skip to content

Commit 6119970

Browse files
Merge pull request #1 from hacktegic/dependabot/github_actions/actions/download-artifact-7
Bump actions/download-artifact from 6 to 7
2 parents 0f05ffe + 03a3753 commit 6119970

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/trunk.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
uses: actions/checkout@v6
8888

8989
- name: Download all the dists
90-
uses: actions/download-artifact@v6
90+
uses: actions/download-artifact@v7
9191
with:
9292
name: python-package-distributions
9393
path: dist/
@@ -132,7 +132,7 @@ jobs:
132132
# id-token: write # IMPORTANT: mandatory for trusted publishing
133133
# steps:
134134
# - name: Download all the dists
135-
# uses: actions/download-artifact@v6
135+
# uses: actions/download-artifact@v7
136136
# with:
137137
# name: python-package-distributions
138138
# path: dist/

0 commit comments

Comments
 (0)