Skip to content

Commit eac8d8d

Browse files
Bump actions/upload-artifact from 5 to 6 (#372)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 5 to 6. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v5...v6) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 02d081c commit eac8d8d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
chmod +x ccomc.exe
5959
6060
- name: Upload artifact
61-
uses: actions/upload-artifact@v5
61+
uses: actions/upload-artifact@v6
6262
with:
6363
name: ccomc-${{ matrix.arch_name }}
6464
path: ./bin/ccomc**
@@ -130,7 +130,7 @@ jobs:
130130
env:
131131
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
132132

133-
- uses: actions/upload-artifact@v5
133+
- uses: actions/upload-artifact@v6
134134
with:
135135
name: dist-output
136136
path: dist/

0 commit comments

Comments
 (0)