Skip to content

Commit

Permalink
Merge pull request #679 from DependencyTrack/dependabot/github_action…
Browse files Browse the repository at this point in the history
…s/actions/download-artifact-4.1.0

build(deps): bump actions/download-artifact from 3.0.2 to 4.1.0
  • Loading branch information
nscuro authored Jan 11, 2024
2 parents 0749a5d + 63cb7a2 commit cb5282e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/_meta-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
npm run build --if-present
- name: Upload Artifacts
uses: actions/upload-artifact@v3.1.3
uses: actions/upload-artifact@v4.0.0
with:
name: assembled-frontend-node${{ matrix.node-version }}
path: |-
Expand All @@ -71,7 +71,7 @@ jobs:
uses: actions/[email protected]

- name: Download Artifacts
uses: actions/download-artifact@v3.0.2
uses: actions/download-artifact@v4.1.0
with:
name: assembled-frontend-node${{ inputs.node-version-package }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
uses: actions/[email protected]

- name: Download Artifacts
uses: actions/download-artifact@v3.0.2
uses: actions/download-artifact@v4.1.0
with:
name: assembled-frontend-node18

Expand Down

0 comments on commit cb5282e

Please sign in to comment.