Skip to content

Commit 14e6f71

Browse files
authored
Merge pull request #195 from DependencyTrack/dependabot/github_actions/actions/upload-artifact-3.1.0
build(deps): bump actions/upload-artifact from 3.0.0 to 3.1.0
2 parents 9d88656 + 07860d1 commit 14e6f71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/_meta-build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
npm run build --if-present
5555
5656
- name: Upload Artifacts
57-
uses: actions/upload-artifact@v3.0.0
57+
uses: actions/upload-artifact@v3.1.0
5858
with:
5959
name: assembled-frontend-node${{ matrix.node-version }}
6060
path: |-

0 commit comments

Comments
 (0)