diff options
author | Sebastian Thiel <sebastian.thiel@icloud.com> | 2024-09-04 07:13:51 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-04 07:13:51 +0200 |
commit | ee55bf584ffa3e7adf25f30190e091a54102959f (patch) | |
tree | 4c56187983929b132c8a15d255bf5c151407c4b3 | |
parent | 4d859aac4fd95b2a3c12dbbc5bfaa414490d0316 (diff) | |
parent | 57a67a59da48e042332fd7e8b6bd046c2155a391 (diff) |
Merge pull request #261 from Byron/dependabot/github_actions/dot-github/workflows/actions/download-artifact-4.1.7
Bump actions/download-artifact from 1 to 4.1.7 in /.github/workflows
-rw-r--r-- | .github/workflows/release.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 145f5a8..aeda2bc 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -142,7 +142,7 @@ jobs: echo "target dir is: ${{ env.TARGET_DIR }}" - name: Get release download URL - uses: actions/download-artifact@v1 + uses: actions/download-artifact@v4.1.7 with: name: artifacts path: artifacts |