Skip to content

Commit

Permalink
Bump actions/upload-artifact from 4.3.3 to 4.3.4
Browse files Browse the repository at this point in the history
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.3.3 to 4.3.4.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@v4.3.3...v4.3.4)

---
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
dependabot[bot] authored Jul 8, 2024
1 parent 727c1f6 commit a9c5d71
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/Node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
- run: pnpm run prepublishOnly
working-directory: .

- uses: actions/[email protected].3
- uses: actions/[email protected].4
with:
name: .-Blur-Node-${{ matrix.node-version }}-Target
path: ./Blur/Target
Expand All @@ -103,7 +103,7 @@ jobs:
- run: pnpm run prepublishOnly
working-directory: .

- uses: actions/[email protected].3
- uses: actions/[email protected].4
with:
name: .-Intake-Node-${{ matrix.node-version }}-Target
path: ./Intake/Target
Expand All @@ -120,7 +120,7 @@ jobs:
- run: pnpm run prepublishOnly
working-directory: .

- uses: actions/[email protected].3
- uses: actions/[email protected].4
with:
name: .-Intake-packages-nomnom-Node-${{ matrix.node-version }}-Target
path: ./Intake/packages/nomnom/Target
Expand All @@ -137,7 +137,7 @@ jobs:
- run: pnpm run prepublishOnly
working-directory: .

- uses: actions/[email protected].3
- uses: actions/[email protected].4
with:
name: .-Intake-packages-parse-Node-${{ matrix.node-version }}-Target
path: ./Intake/packages/parse/Target
Expand All @@ -154,7 +154,7 @@ jobs:
- run: pnpm run prepublishOnly
working-directory: .

- uses: actions/[email protected].3
- uses: actions/[email protected].4
with:
name: .-Intake-packages-read-Node-${{ matrix.node-version }}-Target
path: ./Intake/packages/read/Target
Expand All @@ -171,7 +171,7 @@ jobs:
- run: pnpm run prepublishOnly
working-directory: .

- uses: actions/[email protected].3
- uses: actions/[email protected].4
with:
name: .-NomNom-examples-csv-Node-${{ matrix.node-version }}-Target
path: ./NomNom/examples/csv/Target

0 comments on commit a9c5d71

Please sign in to comment.