We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0f05ffe + 03a3753 commit 6119970Copy full SHA for 6119970
1 file changed
.github/workflows/trunk.yml
@@ -87,7 +87,7 @@ jobs:
87
uses: actions/checkout@v6
88
89
- name: Download all the dists
90
- uses: actions/download-artifact@v6
+ uses: actions/download-artifact@v7
91
with:
92
name: python-package-distributions
93
path: dist/
@@ -132,7 +132,7 @@ jobs:
132
# id-token: write # IMPORTANT: mandatory for trusted publishing
133
# steps:
134
# - name: Download all the dists
135
-# uses: actions/download-artifact@v6
+# uses: actions/download-artifact@v7
136
# with:
137
# name: python-package-distributions
138
# path: dist/
0 commit comments