Skip to content

Commit

Permalink
build(deps): bump actions/download-artifact from 4.1.1 to 4.1.2
Browse files Browse the repository at this point in the history
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4.1.1 to 4.1.2.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](actions/download-artifact@v4.1.1...v4.1.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 12, 2024
1 parent 82693ef commit 7db4c74
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:
- ubuntu2204
steps:
- uses: actions/[email protected]
- uses: actions/[email protected].1
- uses: actions/[email protected].2
id: download
with:
name: Gnomeshade.WebApi_linux-x64.deb
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
steps:
- uses: actions/[email protected]

- uses: actions/[email protected].1
- uses: actions/[email protected].2
id: download
with:
name: Gnomeshade.WebApi_linux-x64.zip
Expand Down Expand Up @@ -176,7 +176,7 @@ jobs:
AZURE_APP_NAME: gnomeshade-demo
AZURE_APP_DOMAIN: 'https://gnomeshade-demo.azurewebsites.net/'
steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].2
id: download
with:
name: Gnomeshade.WebApi_linux-x64.zip
Expand Down Expand Up @@ -253,7 +253,7 @@ jobs:
concurrency: create-release
timeout-minutes: 5
steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].2
id: download
with:
path: artifacts
Expand Down

0 comments on commit 7db4c74

Please sign in to comment.