Skip to content

Commit

Permalink
Bump the artifacts group with 2 updates (#34)
Browse files Browse the repository at this point in the history
Bumps the artifacts 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 4.3.3 to 4.3.4
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@v4.3.3...v4.3.4)

Updates `actions/download-artifact` from 4.1.7 to 4.1.8
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](actions/download-artifact@v4.1.7...v4.1.8)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: artifacts
- dependency-name: actions/download-artifact
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: artifacts
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jul 8, 2024
1 parent b5a1881 commit cb290c5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
PREREVIEW_REVIEWS_DATA_TOKEN: ${{ secrets.PREREVIEW_REVIEWS_DATA_TOKEN }}

- name: 'Upload build'
uses: actions/[email protected].3
uses: actions/[email protected].4
with:
name: dist
path: dist/
Expand All @@ -77,7 +77,7 @@ jobs:
uses: docker/[email protected]

- name: 'Download dist'
uses: actions/[email protected].7
uses: actions/[email protected].8
with:
name: dist
path: dist/
Expand All @@ -93,7 +93,7 @@ jobs:
target: prod

- name: 'Upload build'
uses: actions/[email protected].3
uses: actions/[email protected].4
with:
name: image
path: /tmp/image.tar
Expand Down Expand Up @@ -187,7 +187,7 @@ jobs:
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}

- name: 'Download image'
uses: actions/[email protected].7
uses: actions/[email protected].8
with:
name: image
path: /tmp
Expand Down

0 comments on commit cb290c5

Please sign in to comment.