Skip to content

Commit c77984d

Browse files
Actions(deps): Bump actions/upload-artifact from 4.6.0 to 6.0.0
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.6.0 to 6.0.0. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@65c4c4a...b7c566a) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1cee1f3 commit c77984d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/check-and-build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
find build
6666
mv build/vis_avs.dll build/vis_avs_281d_mingw_debug.dll
6767
68-
- uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
68+
- uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
6969
with:
7070
name: vis_avs_mingw
7171
path: build/*.dll
@@ -92,7 +92,7 @@ jobs:
9292
shell: cmd
9393
run: copy build/Debug/vis_avs.dll vis_avs_281d_msvc_debug.dll
9494

95-
- uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
95+
- uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
9696
with:
9797
name: vis_avs_msvc
9898
path: vis_avs_281d_msvc_debug.dll
@@ -127,7 +127,7 @@ jobs:
127127
run: |-
128128
.ci/tasks.sh build-linux32 verbose
129129
130-
- uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
130+
- uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
131131
with:
132132
name: libavs_linux
133133
path: |

0 commit comments

Comments
 (0)