Skip to content

Commit

Permalink
build(deps): bump actions/upload-artifact from 3.1.2 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 3.1.2 to 4.3.4.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@v3.1.2...v4.3.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jul 8, 2024
1 parent 2f3d1e8 commit e539e33
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Build
run: make build
- name: Upload build
uses: actions/upload-artifact@v3.1.2
uses: actions/upload-artifact@v4.3.4
with:
name: build-webpack
path: dist/*
Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:
- name: Build
run: make build-vite
- name: Upload build
uses: actions/upload-artifact@v3.1.2
uses: actions/upload-artifact@v4.3.4
with:
name: build-vite
path: dist/*
Expand Down Expand Up @@ -172,7 +172,7 @@ jobs:
mv screenshots/*.png screenshots/dist/$aw_server/$aw_version
- name: Upload screenshots
if: ${{ success() || steps.e2e.conclusion == 'failure'}}
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v4.3.4
with:
name: screenshots-${{ matrix.aw-server }}-${{ matrix.aw-version }}
path: screenshots/dist/*
Expand All @@ -192,7 +192,7 @@ jobs:
mv ~/.cache/activitywatch/log/*/*.log logs/dist/$aw_server/$aw_version
- name: Upload logs
if: ${{ always() }}
uses: actions/upload-artifact@v3.1.2
uses: actions/upload-artifact@v4.3.4
with:
name: logs
path: logs/dist/*

0 comments on commit e539e33

Please sign in to comment.