Skip to content

Commit

Permalink
upload v3
Browse files Browse the repository at this point in the history
  • Loading branch information
chrmarti committed Mar 22, 2024
1 parent 7ac73de commit eb5bddc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/download.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@ name: Test Download
on:
workflow_dispatch:

permissions:
actions: read

jobs:
stuff:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- run: echo hello > world.txt
- uses: actions/upload-artifact@v4
- uses: actions/upload-artifact@v3
with:
name: my-artifact
path: world.txt

0 comments on commit eb5bddc

Please sign in to comment.