Skip to content

Commit

Permalink
chore: synced file(s) with prom-client-net/prom-tmpl (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
phnx47-bot authored Dec 14, 2023
1 parent a94b95a commit 45629b2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:

- name: Upload artifacts
if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/v')
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: nupkgs
path: src/**/*nupkg
Expand All @@ -69,7 +69,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Download artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: nupkgs
- name: Push to pkg.github.com
Expand All @@ -82,7 +82,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Download artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: nupkgs
- name: Push to nuget.org
Expand Down

0 comments on commit 45629b2

Please sign in to comment.