Skip to content

Commit 5f786ee

Browse files
chore(deps): bump actions/upload-artifact from 5 to 7
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 5 to 7. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v5...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 03204c6 commit 5f786ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
tar czf ${{ env.FINAL_NAME }}.tar.gz -C build nibid
6666
6767
- name: Upload artifact
68-
uses: actions/upload-artifact@v5
68+
uses: actions/upload-artifact@v7
6969
with:
7070
name: ${{ env.FINAL_NAME }}
7171
path: ${{ env.FINAL_NAME }}.tar.gz
@@ -113,7 +113,7 @@ jobs:
113113
run: tar czf ${{ env.DARWIN_NAME_ALL }}.tar.gz -C ${{ env.DARWIN_NAME_ALL }} nibid
114114

115115
- name: Upload artifact
116-
uses: actions/upload-artifact@v5
116+
uses: actions/upload-artifact@v7
117117
with:
118118
name: ${{ env.DARWIN_NAME_ALL }}
119119
path: ${{ env.DARWIN_NAME_ALL }}.tar.gz

0 commit comments

Comments
 (0)