Skip to content

Commit

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

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-minor
  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]>
  • Loading branch information
dependabot[bot] authored Oct 10, 2024
1 parent 5ec0c84 commit fff0baf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
target: prod

- name: 'Upload build'
uses: actions/upload-artifact@v4.3.3
uses: actions/upload-artifact@v4.4.3
with:
name: image
path: /tmp/image.tar
Expand Down Expand Up @@ -130,7 +130,7 @@ jobs:
uses: actions/[email protected]

- name: 'Download image'
uses: actions/[email protected].7
uses: actions/[email protected].8
with:
name: image
path: /tmp
Expand Down Expand Up @@ -189,7 +189,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 fff0baf

Please sign in to comment.