Skip to content

Commit b3ca9b7

Browse files
authored
Merge pull request #2 from Neftedollar/dependabot/github_actions/actions/upload-artifact-7
chore(deps): bump actions/upload-artifact from 4 to 7
2 parents 1cecf8f + 2f47fae commit b3ca9b7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
dotnet pack src/Fyper.Age/Fyper.Age.fsproj -c Release --no-build -o nupkg
5151
5252
- name: Upload packages
53-
uses: actions/upload-artifact@v4
53+
uses: actions/upload-artifact@v7
5454
with:
5555
name: nupkg
5656
path: nupkg/*.nupkg

0 commit comments

Comments
 (0)