Skip to content

Commit

Permalink
Bump actions/upload-artifact
Browse files Browse the repository at this point in the history
Bumps the github-actions group with 1 update in the / directory: [actions/upload-artifact](https://github.com/actions/upload-artifact).


Updates `actions/upload-artifact` from 3.2.1.pre.node20 to 4.5.0
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@v3.2.1-node20...v4.5.0)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 2, 2025
1 parent 0c224a1 commit 0f1b2fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
make test
- name: Upload artifacts
uses: actions/upload-artifact@v3.2.1-node20
uses: actions/upload-artifact@v4.5.0
with:
name: logs-${{ matrix.inhouse }}
path: |
Expand Down Expand Up @@ -180,7 +180,7 @@ jobs:
- name: Upload artifacts
if: env.pinned == 'false'
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v4.5.0
with:
name: logs-${{ matrix.inhouse }}
path: |
Expand Down

0 comments on commit 0f1b2fe

Please sign in to comment.