Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows

Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4.1.7.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](https://github.com/actions/download-artifact/compare/v3...v4.1.7)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2024-09-03 22:22:18 +00:00
committed by GitHub
parent dda1d98fb2
commit 57b4477c39
2 changed files with 3 additions and 3 deletions

View File

@@ -16,7 +16,7 @@ jobs:
Invoke-WebRequest -Uri https://jrsoftware.org/download.php/is.exe -OutFile is.exe Invoke-WebRequest -Uri https://jrsoftware.org/download.php/is.exe -OutFile is.exe
.\is.exe /verysilent .\is.exe /verysilent
- name: Download artifact - name: Download artifact
uses: actions/download-artifact@v3 uses: actions/download-artifact@v4.1.7
with: with:
name: dyn2py.exe name: dyn2py.exe
- name: Build - name: Build

View File

@@ -42,11 +42,11 @@ jobs:
with: with:
myToken: ${{ secrets.GITHUB_TOKEN }} myToken: ${{ secrets.GITHUB_TOKEN }}
- name: Download exe - name: Download exe
uses: actions/download-artifact@v3 uses: actions/download-artifact@v4.1.7
with: with:
name: dyn2py.exe name: dyn2py.exe
- name: Download installer - name: Download installer
uses: actions/download-artifact@v3 uses: actions/download-artifact@v4.1.7
with: with:
name: dyn2py-installer.exe name: dyn2py-installer.exe
- name: Release - name: Release