Skip to content

Commit 3d5bb7f

Browse files
dependabot[bot]dbry
authored andcommitted
build(deps): bump actions/upload-artifact from 6 to 7
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 6 to 7. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v6...v7) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 18436ff commit 3d5bb7f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Distcheck
2727
run: make distcheck
2828
- name: Upload artifact
29-
uses: actions/upload-artifact@v6
29+
uses: actions/upload-artifact@v7
3030
with:
3131
name: tarball
3232
path: |
@@ -156,7 +156,7 @@ jobs:
156156
shell: cmd
157157
run: 7z l ${{env.release_name}}.zip
158158
# - name: Upload artifact
159-
# uses: actions/upload-artifact@v6
159+
# uses: actions/upload-artifact@v7
160160
# with:
161161
# name: ${{env.release_name}}
162162
# path: |

0 commit comments

Comments
 (0)