Skip to content

Bump actions/upload-artifact from 4 to 6 #18

Bump actions/upload-artifact from 4 to 6

Bump actions/upload-artifact from 4 to 6 #18

Workflow file for this run

name: Narochno.EnvFile
on:
push:
branches:
- 'master'
pull_request:
types: [ opened, synchronize, reopened, ready_for_review ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/setup-dotnet@v5
with:
dotnet-version: 8.0.x
- run: dotnet run --project build/build.csproj
- uses: actions/upload-artifact@v6
with:
name: narochno.envfile.nupkg
path: artifacts/*