Skip to content

Commit f6485b0

Browse files
authored
Merge pull request koalaman#3414 from koalaman/dependabot/github_actions/actions/upload-artifact-7
build(deps): bump actions/upload-artifact from 6 to 7
2 parents cd41f79 + eda8655 commit f6485b0

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.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@v6
40+
uses: actions/upload-artifact@v7
4141
with:
4242
name: source
4343
path: source/
@@ -100,7 +100,7 @@ jobs:
100100
( cd bin && ../builders/run_builder ../source/source.tar.gz ../builders/${{matrix.build}} )
101101
102102
- name: Upload artifact
103-
uses: actions/upload-artifact@v6
103+
uses: actions/upload-artifact@v7
104104
with:
105105
name: ${{matrix.build}}.bin
106106
path: bin/
@@ -132,7 +132,7 @@ jobs:
132132
rm -rf */ README* LICENSE*
133133
134134
- name: Upload artifact
135-
uses: actions/upload-artifact@v6
135+
uses: actions/upload-artifact@v7
136136
with:
137137
name: deploy
138138
path: deploy/

0 commit comments

Comments
 (0)