Skip to content

Commit

Permalink
Update the download action to version 6
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasmerten authored Nov 25, 2024
1 parent 09876d4 commit f55d44f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
# Create and Upload a file containing the current date to SCIEBO
- name: Download artifact
id: download-artifact
uses: dawidd6/action-download-artifact@v3
uses: dawidd6/action-download-artifact@v6
with:
# Optional, workflow file name or ID
# If not specified, will be inferred from run_id (if run_id is specified), or will be the current workflow
Expand Down Expand Up @@ -91,4 +91,4 @@ jobs:
# The current download string is: ' + ${{ github.event.inputs.name }} + '.tar.gz'
# });
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit f55d44f

Please sign in to comment.