Skip to content

Commit fd0189c

Browse files
Bump the github-artifacts group across 1 directory with 2 updates
Bumps the github-artifacts group with 2 updates in the / directory: [actions/upload-artifact](https://github.com/actions/upload-artifact) and [actions/download-artifact](https://github.com/actions/download-artifact). Updates `actions/upload-artifact` from 4.3.3 to 4.6.1 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4.3.3...v4.6.1) Updates `actions/download-artifact` from 4.1.7 to 4.1.9 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4.1.7...v4.1.9) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-artifacts - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-artifacts ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0e3eecb commit fd0189c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/code.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
pipx run build
103103
104104
- name: Upload sdist and wheel as artifacts
105-
uses: actions/upload-artifact@v4.3.3
105+
uses: actions/upload-artifact@v4.6.1
106106
with:
107107
name: ${{ env.DIST_WHEEL_PATH }}
108108
path: dist
@@ -136,7 +136,7 @@ jobs:
136136

137137
steps:
138138
- name: Download wheel and lockfiles
139-
uses: actions/download-artifact@v4.1.7
139+
uses: actions/download-artifact@v4.1.9
140140
with:
141141
pattern: "*dist*"
142142

0 commit comments

Comments
 (0)