Skip to content

Commit 93c0c63

Browse files
authored
Update main.yml
1 parent 5aa0300 commit 93c0c63

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,13 +72,13 @@ jobs:
7272
run: dotnet publish --os linux --arch x64 -p:PublishProfile=DefaultContainer
7373

7474
- name: Upload artifact for deployment job
75-
uses: actions/upload-artifact@v2
75+
uses: actions/upload-artifact@v4.6.0
7676
with:
7777
name: .net-app
7878
path: ${{ github.workspace }}/myapp
7979

8080
- name: Login with Github Container registry
81-
uses: docker/login-action@v2
81+
uses: docker/login-action@v3.3.0
8282
with:
8383
registry: ghcr.io
8484
username: ${{ github.actor }}

0 commit comments

Comments
 (0)