Skip to content

Commit b3d0d5f

Browse files
Bump the github-actions group with 2 updates (#90)
Bumps the github-actions group with 2 updates: [actions/upload-artifact](https://github.com/actions/upload-artifact) and [actions/download-artifact](https://github.com/actions/download-artifact). Updates `actions/upload-artifact` from 5 to 6 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v5...v6) Updates `actions/download-artifact` from 6 to 7 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v6...v7) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/download-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 01e77b4 commit b3d0d5f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
- {uses: actions/setup-node@v4, with: {node-version-file: ./package.json, cache: 'npm'}}
4545
- run: npm install
4646
- run: npm run build
47-
- uses: actions/upload-artifact@v5
47+
- uses: actions/upload-artifact@v6
4848
with: {name: dist, path: ./dist/, retention-days: 1}
4949
- id: state
5050
run: echo "changed=`git diff --diff-filter=ACMUXTR --name-only | grep dist/ > /dev/null && echo 'true' || echo 'false'`" >> $GITHUB_OUTPUT
@@ -59,7 +59,7 @@ jobs:
5959
pull-requests: write
6060
steps:
6161
- uses: actions/checkout@v6
62-
- uses: actions/download-artifact@v6
62+
- uses: actions/download-artifact@v7
6363
with: {name: dist, path: ./dist/}
6464
- uses: stefanzweifel/git-auto-commit-action@v7
6565
with: {commit_message: Automatic distributive rebuild}

0 commit comments

Comments
 (0)