-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump actions/upload-artifact from 4.4.0 to 4.4.1
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.4.0 to 4.4.1. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4.4.0...v4.4.1) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
21349f9
commit ac53fd8
Showing
1 changed file
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -88,7 +88,7 @@ jobs: | |
- run: pnpm run prepublishOnly | ||
working-directory: . | ||
|
||
- uses: actions/[email protected].0 | ||
- uses: actions/[email protected].1 | ||
with: | ||
name: .-Blur-Node-${{ matrix.node-version }}-Target | ||
path: ./Blur/Target | ||
|
@@ -105,7 +105,7 @@ jobs: | |
- run: pnpm run prepublishOnly | ||
working-directory: . | ||
|
||
- uses: actions/[email protected].0 | ||
- uses: actions/[email protected].1 | ||
with: | ||
name: .-Intake-Node-${{ matrix.node-version }}-Target | ||
path: ./Intake/Target | ||
|
@@ -122,7 +122,7 @@ jobs: | |
- run: pnpm run prepublishOnly | ||
working-directory: . | ||
|
||
- uses: actions/[email protected].0 | ||
- uses: actions/[email protected].1 | ||
with: | ||
name: .-Intake-packages-nomnom-Node-${{ matrix.node-version }}-Target | ||
path: ./Intake/packages/nomnom/Target | ||
|
@@ -139,7 +139,7 @@ jobs: | |
- run: pnpm run prepublishOnly | ||
working-directory: . | ||
|
||
- uses: actions/[email protected].0 | ||
- uses: actions/[email protected].1 | ||
with: | ||
name: .-Intake-packages-parse-Node-${{ matrix.node-version }}-Target | ||
path: ./Intake/packages/parse/Target | ||
|
@@ -156,7 +156,7 @@ jobs: | |
- run: pnpm run prepublishOnly | ||
working-directory: . | ||
|
||
- uses: actions/[email protected].0 | ||
- uses: actions/[email protected].1 | ||
with: | ||
name: .-Intake-packages-read-Node-${{ matrix.node-version }}-Target | ||
path: ./Intake/packages/read/Target | ||
|
@@ -173,7 +173,7 @@ jobs: | |
- run: pnpm run prepublishOnly | ||
working-directory: . | ||
|
||
- uses: actions/[email protected].0 | ||
- uses: actions/[email protected].1 | ||
with: | ||
name: .-NomNom-examples-csv-Node-${{ matrix.node-version }}-Target | ||
path: ./NomNom/examples/csv/Target |