Skip to content

Commit

Permalink
use v4 for action
Browse files Browse the repository at this point in the history
  • Loading branch information
mvoigt-sag authored Nov 27, 2024
1 parent c472d8d commit e32edc1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
path: 'repo'

- name: Download artifact
uses: actions/download-artifact@v3.0.2
uses: actions/download-artifact@v4
with:
name: 'oee-simulators'
path: 'repo/simulators'
Expand Down Expand Up @@ -74,4 +74,4 @@ jobs:
upload_url: ${{ steps.create_release.outputs.upload_url }} # upload_url output is provided automatically by the GitHub API when the release is created
asset_path: 'repo/simulators/oee-simulators.zip'
asset_name: 'oee-simulators.zip'
asset_content_type: application/zip
asset_content_type: application/zip

0 comments on commit e32edc1

Please sign in to comment.