We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
freakboy3742
Learn more about funding links in repositories.
Report abuse
1 parent e2184f0 commit c04fae4Copy full SHA for c04fae4
.github/workflows/ci.yml
@@ -76,7 +76,7 @@ jobs:
76
allow-prereleases: true
77
78
- name: Get packages
79
- uses: actions/download-artifact@v4.1.9
+ uses: actions/download-artifact@v4.2.1
80
with:
81
name: ${{ needs.package.outputs.artifact-name }}
82
path: dist
.github/workflows/release.yml
@@ -39,7 +39,7 @@ jobs:
39
python-version: "3.x"
40
41
- name: Get Package
42
43
44
name: ${{ needs.ci.outputs.artifact-name }}
45
changes/220.misc.rst
@@ -0,0 +1 @@
1
+Updated actions/download-artifact from 4.1.9 to 4.2.1.
0 commit comments