Skip to content

Commit a53581f

Browse files
authored
Merge pull request #3374 from koalaman/dependabot/github_actions/actions/upload-artifact-6
build(deps): bump actions/upload-artifact from 5 to 6
2 parents f668957 + 36004d1 commit a53581f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
mv dist-newstyle/sdist/*.tar.gz source/source.tar.gz
3838
3939
- name: Upload artifact
40-
uses: actions/upload-artifact@v5
40+
uses: actions/upload-artifact@v6
4141
with:
4242
name: source
4343
path: source/
@@ -95,7 +95,7 @@ jobs:
9595
( cd bin && ../builders/run_builder ../source/source.tar.gz ../builders/${{matrix.build}} )
9696
9797
- name: Upload artifact
98-
uses: actions/upload-artifact@v5
98+
uses: actions/upload-artifact@v6
9999
with:
100100
name: ${{matrix.build}}.bin
101101
path: bin/
@@ -127,7 +127,7 @@ jobs:
127127
rm -rf */ README* LICENSE*
128128
129129
- name: Upload artifact
130-
uses: actions/upload-artifact@v5
130+
uses: actions/upload-artifact@v6
131131
with:
132132
name: deploy
133133
path: deploy/

0 commit comments

Comments
 (0)