Skip to content
This repository was archived by the owner on Jan 7, 2024. It is now read-only.

Commit 3ea54e5

Browse files
build(deps): bump actions/upload-artifact from 3 to 4 (#77)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v3...v4) --- updated-dependencies: - dependency-name: actions/upload-artifact 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 cf01a24 commit 3ea54e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎.github/workflows/build.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
run: dotnet publish src/StandardNotesEditor.App/StandardNotesEditor.App.csproj -c Release --no-build -o out
2929

3030
- name: archive artifacts
31-
uses: actions/upload-artifact@v3
31+
uses: actions/upload-artifact@v4
3232
with:
3333
name: artifacts
3434
path: out/

0 commit comments

Comments
 (0)