Skip to content

Commit

Permalink
Merge pull request #400 from COVESA/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/download-artifact-4

Bump actions/download-artifact from 3 to 4
  • Loading branch information
hannesa2 authored Dec 18, 2023
2 parents e23b0df + e7b00ae commit e8b6bb9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,19 +105,19 @@ jobs:
fetch-depth: 0
submodules: true
- name: Download DLT Linux artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: DLT-Linux
- name: Download DLT macOS artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: DLT-Mac
- name: Download DLT Windows parser artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: DLT-Windows-parser
- name: Download DLT Windows sdk artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: DLT-Windows-sdk

Expand Down

0 comments on commit e8b6bb9

Please sign in to comment.