Merge pull request #1 from infeeeee/dependabot/github_actions/dot-github/workflows/actions/download-artifact-4.1.7

Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows
This commit is contained in:
2024-09-06 12:25:11 +02:00
committed by GitHub
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
.\is.exe /verysilent
- name: Download artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
with:
name: dyn2py.exe
- name: Build

View File

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