Skip to content

test upload / download #2

test upload / download

test upload / download #2

Workflow file for this run

name: Test Upload
on:
push:
branches:
- '**'
jobs:
stuff:
runs-on: ubuntu-latest
steps:
- run: echo hello > world.txt
- uses: actions/upload-artifact@v4
with:
name: my-artifact
path: world.txt