Skip to content

Commit

Permalink
Bump actions/download-artifact from 1 to 4.1.7 in /.github/workflows
Browse files Browse the repository at this point in the history
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 1 to 4.1.7.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](actions/download-artifact@v1...v4.1.7)

---
updated-dependencies:
- dependency-name: actions/download-artifact
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 3, 2024
1 parent ee4f0a3 commit 6955ef4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/devValidateTestBuildUpload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,13 +68,13 @@ jobs:
needs: [build]
steps:
- name: Download addon artifact
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4.1.7
with:
name: armaAddon
path: armaAddon

- name: Download separate missions artifact
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4.1.7
with:
name: separateMissions
path: separateMissions
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,21 +85,21 @@ jobs:
needs: [build]
steps:
- name: Download build
uses: actions/download-artifact@v1
uses: actions/download-artifact@v4.1.7
with:
name: armaAddon

- name: Download missions build
uses: actions/download-artifact@v1
uses: actions/download-artifact@v4.1.7
with:
name: armaMissions

- uses: actions/download-artifact@v1
- uses: actions/download-artifact@v4.1.7
with:
name: _uploadurl
path: .

- uses: actions/download-artifact@v1
- uses: actions/download-artifact@v4.1.7
with:
name: _changelog
path: .
Expand Down

0 comments on commit 6955ef4

Please sign in to comment.