Skip to content

Commit

Permalink
Merge pull request #287 from xt0rted/dependabot/github_actions/github…
Browse files Browse the repository at this point in the history
…-actions-3193c25861

Bump the github-actions group with 3 updates
  • Loading branch information
xt0rted committed Jan 28, 2024
2 parents 4519efd + f260d98 commit 1392637
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,15 +69,15 @@ jobs:
- run: dotnet r pack -- --no-build --version-suffix ${{ env.VERSION_SUFFIX }}

- name: Upload artifacts
uses: actions/upload-artifact@v4.0.0
uses: actions/upload-artifact@v4.2.0
if: matrix.os == 'ubuntu-22.04'
with:
name: nupkg
path: ./artifacts/*.nupkg

- name: Upload test results
if: failure()
uses: actions/upload-artifact@v4.0.0
uses: actions/upload-artifact@v4.2.0
with:
name: build-verify-test-results
path: |
Expand All @@ -95,7 +95,7 @@ jobs:

steps:
- name: Download nupkg
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
name: nupkg

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cleanup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
echo "version=${_version}" >> $GITHUB_OUTPUT
# Keep the last 13 versions as well as the version used by the project itself
- uses: actions/delete-package-versions@v4.1.1
- uses: actions/delete-package-versions@v5.0.0
with:
package-name: ${{ env.package_name }}
package-type: nuget
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
- run: dotnet r pack -- --no-build

- name: Upload artifacts
uses: actions/upload-artifact@v4.0.0
uses: actions/upload-artifact@v4.2.0
with:
name: nupkg
path: ./artifacts/*.nupkg
Expand Down Expand Up @@ -88,7 +88,7 @@ jobs:
- name: Upload test results
if: failure()
uses: actions/upload-artifact@v4.0.0
uses: actions/upload-artifact@v4.2.0
with:
name: verify-test-results
path: |
Expand Down

0 comments on commit 1392637

Please sign in to comment.